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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=117",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 118,
    "results": [
        {
            "start": 819911295,
            "stop": 819911896
        },
        {
            "start": 819911916,
            "stop": 819913463
        },
        {
            "start": 819913480,
            "stop": 819913621
        },
        {
            "start": 819913759,
            "stop": 819914434
        },
        {
            "start": 819914437,
            "stop": 819914465
        },
        {
            "start": 819914670,
            "stop": 819915320
        },
        {
            "start": 819915323,
            "stop": 819916213
        },
        {
            "start": 819916431,
            "stop": 819917225
        },
        {
            "start": 819917228,
            "stop": 819917808
        },
        {
            "start": 819917825,
            "stop": 819918222
        },
        {
            "start": 819918240,
            "stop": 819918420
        },
        {
            "start": 819918488,
            "stop": 819919016
        },
        {
            "start": 819919033,
            "stop": 819920842
        },
        {
            "start": 819920863,
            "stop": 819920909
        },
        {
            "start": 819920961,
            "stop": 819922390
        },
        {
            "start": 819923510,
            "stop": 819925197
        },
        {
            "start": 819925201,
            "stop": 819925230
        },
        {
            "start": 819925248,
            "stop": 819925305
        },
        {
            "start": 819925322,
            "stop": 819926986
        },
        {
            "start": 819926989,
            "stop": 819927201
        }
    ]
}