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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9873",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9871",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9872,
    "results": [
        {
            "start": 870621128,
            "stop": 870621330
        },
        {
            "start": 870623070,
            "stop": 870623279
        },
        {
            "start": 870662770,
            "stop": 870663884
        },
        {
            "start": 870663922,
            "stop": 870665545
        },
        {
            "start": 870665562,
            "stop": 870666613
        },
        {
            "start": 870666630,
            "stop": 870666667
        },
        {
            "start": 870666684,
            "stop": 870667207
        },
        {
            "start": 870667224,
            "stop": 870667999
        },
        {
            "start": 870668082,
            "stop": 870669673
        },
        {
            "start": 870669690,
            "stop": 870669733
        },
        {
            "start": 870669750,
            "stop": 870670821
        },
        {
            "start": 870670838,
            "stop": 870672072
        },
        {
            "start": 870672089,
            "stop": 870672288
        },
        {
            "start": 870672305,
            "stop": 870672351
        },
        {
            "start": 870672368,
            "stop": 870680381
        },
        {
            "start": 870680398,
            "stop": 870680621
        },
        {
            "start": 870680638,
            "stop": 870680782
        },
        {
            "start": 870680799,
            "stop": 870682620
        },
        {
            "start": 870682680,
            "stop": 870682740
        },
        {
            "start": 870682860,
            "stop": 870683060
        }
    ]
}