Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4380
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4381",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4379",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4380,
    "results": [
        {
            "start": 875083452,
            "stop": 875083651
        },
        {
            "start": 875083670,
            "stop": 875083736
        },
        {
            "start": 875084372,
            "stop": 875084400
        },
        {
            "start": 875084700,
            "stop": 875084711
        },
        {
            "start": 875084730,
            "stop": 875084760
        },
        {
            "start": 875084940,
            "stop": 875085060
        },
        {
            "start": 875085120,
            "stop": 875085381
        },
        {
            "start": 875085400,
            "stop": 875086047
        },
        {
            "start": 875086066,
            "stop": 875086645
        },
        {
            "start": 875086664,
            "stop": 875086900
        },
        {
            "start": 875086919,
            "stop": 875087768
        },
        {
            "start": 875087788,
            "stop": 875087916
        },
        {
            "start": 875087952,
            "stop": 875087956
        },
        {
            "start": 875087992,
            "stop": 875088193
        },
        {
            "start": 875088213,
            "stop": 875088956
        },
        {
            "start": 875088975,
            "stop": 875089353
        },
        {
            "start": 875089372,
            "stop": 875089423
        },
        {
            "start": 875089442,
            "stop": 875089664
        },
        {
            "start": 875089683,
            "stop": 875089992
        },
        {
            "start": 875090006,
            "stop": 875091364
        }
    ]
}