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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4899",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4897",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4898,
    "results": [
        {
            "start": 875083670,
            "stop": 875083736
        },
        {
            "start": 875084355,
            "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": 875087935,
            "stop": 875087956
        },
        {
            "start": 875087975,
            "stop": 875088193
        },
        {
            "start": 875088213,
            "stop": 875088956
        },
        {
            "start": 875088975,
            "stop": 875089353
        },
        {
            "start": 875089372,
            "stop": 875089423
        },
        {
            "start": 875089442,
            "stop": 875089664
        },
        {
            "start": 875089683,
            "stop": 875089992
        },
        {
            "start": 875089996,
            "stop": 875091364
        },
        {
            "start": 875091383,
            "stop": 875092632
        }
    ]
}