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/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=254
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=253",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 254,
    "results": [
        {
            "start": 1264418421,
            "stop": 1264418435
        },
        {
            "start": 1264418436,
            "stop": 1264418445
        },
        {
            "start": 1264418447,
            "stop": 1264418457
        },
        {
            "start": 1264418459,
            "stop": 1264418477
        },
        {
            "start": 1264418478,
            "stop": 1264418834
        },
        {
            "start": 1264418838,
            "stop": 1264418842
        },
        {
            "start": 1264418844,
            "stop": 1264419121
        },
        {
            "start": 1264419122,
            "stop": 1264419399
        },
        {
            "start": 1264419400,
            "stop": 1264419401
        },
        {
            "start": 1264419402,
            "stop": 1264419668
        },
        {
            "start": 1264419671,
            "stop": 1264420066
        },
        {
            "start": 1264420069,
            "stop": 1264420283
        },
        {
            "start": 1264420287,
            "stop": 1264420357
        },
        {
            "start": 1264420358,
            "stop": 1264420421
        },
        {
            "start": 1264420424,
            "stop": 1264420610
        },
        {
            "start": 1264420612,
            "stop": 1264420770
        },
        {
            "start": 1264420773,
            "stop": 1264420777
        },
        {
            "start": 1264420780,
            "stop": 1264420957
        },
        {
            "start": 1264420958,
            "stop": 1264420992
        },
        {
            "start": 1264420995,
            "stop": 1264421146
        }
    ]
}