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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=326",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 327,
    "results": [
        {
            "start": 931887048,
            "stop": 931887052
        },
        {
            "start": 931887055,
            "stop": 931887058
        },
        {
            "start": 931887060,
            "stop": 931887066
        },
        {
            "start": 931887068,
            "stop": 931887075
        },
        {
            "start": 931887078,
            "stop": 931887103
        },
        {
            "start": 931887106,
            "stop": 931887127
        },
        {
            "start": 931887129,
            "stop": 931887130
        },
        {
            "start": 931887132,
            "stop": 931887143
        },
        {
            "start": 931887145,
            "stop": 931887163
        },
        {
            "start": 931887165,
            "stop": 931887198
        },
        {
            "start": 931887200,
            "stop": 931887216
        },
        {
            "start": 931887218,
            "stop": 931887231
        },
        {
            "start": 931887233,
            "stop": 931887293
        },
        {
            "start": 931887294,
            "stop": 931888202
        },
        {
            "start": 931888204,
            "stop": 931888410
        },
        {
            "start": 931888582,
            "stop": 931888707
        },
        {
            "start": 931888708,
            "stop": 931888917
        },
        {
            "start": 931889037,
            "stop": 931889147
        },
        {
            "start": 931889148,
            "stop": 931889208
        },
        {
            "start": 931889209,
            "stop": 931889317
        }
    ]
}