Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1131
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1132",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1130",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1131,
    "results": [
        {
            "start": 949949803,
            "stop": 949952440
        },
        {
            "start": 949953270,
            "stop": 949953294
        },
        {
            "start": 949953296,
            "stop": 949953599
        },
        {
            "start": 949953601,
            "stop": 949954490
        },
        {
            "start": 949954492,
            "stop": 949954819
        },
        {
            "start": 949954821,
            "stop": 949957935
        },
        {
            "start": 949957937,
            "stop": 949958200
        },
        {
            "start": 949958202,
            "stop": 949958558
        },
        {
            "start": 949958560,
            "stop": 949959648
        },
        {
            "start": 949959650,
            "stop": 949960089
        },
        {
            "start": 949961614,
            "stop": 949961652
        },
        {
            "start": 949961654,
            "stop": 949961881
        },
        {
            "start": 949961883,
            "stop": 949962311
        },
        {
            "start": 949962313,
            "stop": 949962728
        },
        {
            "start": 949962730,
            "stop": 949962733
        },
        {
            "start": 949962735,
            "stop": 949964311
        },
        {
            "start": 949964313,
            "stop": 949966024
        },
        {
            "start": 949966026,
            "stop": 949966330
        },
        {
            "start": 949966331,
            "stop": 949967637
        },
        {
            "start": 949967639,
            "stop": 949967797
        }
    ]
}