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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=322",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=320",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 321,
    "results": [
        {
            "start": 862859535,
            "stop": 862869990
        },
        {
            "start": 862873513,
            "stop": 862880061
        },
        {
            "start": 862881023,
            "stop": 862896983
        },
        {
            "start": 862897540,
            "stop": 862942171
        },
        {
            "start": 862943076,
            "stop": 862944095
        },
        {
            "start": 862944821,
            "stop": 862947221
        },
        {
            "start": 862948273,
            "stop": 862948317
        },
        {
            "start": 862951432,
            "stop": 862954113
        },
        {
            "start": 862954586,
            "stop": 862976623
        },
        {
            "start": 862978343,
            "stop": 863034364
        },
        {
            "start": 863035271,
            "stop": 863052282
        },
        {
            "start": 863055582,
            "stop": 863073092
        },
        {
            "start": 863074966,
            "stop": 863091481
        },
        {
            "start": 863092650,
            "stop": 863119417
        },
        {
            "start": 863123846,
            "stop": 863126665
        },
        {
            "start": 863129775,
            "stop": 863140164
        },
        {
            "start": 863172908,
            "stop": 863201525
        },
        {
            "start": 863202315,
            "stop": 863202498
        },
        {
            "start": 863203130,
            "stop": 863205181
        },
        {
            "start": 863209207,
            "stop": 863216933
        }
    ]
}