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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46969",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46967",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46968,
    "results": [
        {
            "start": 875211172,
            "stop": 875211175
        },
        {
            "start": 875211176,
            "stop": 875211180
        },
        {
            "start": 875211185,
            "stop": 875211196
        },
        {
            "start": 875211197,
            "stop": 875211198
        },
        {
            "start": 875211201,
            "stop": 875211203
        },
        {
            "start": 875211207,
            "stop": 875211209
        },
        {
            "start": 875211212,
            "stop": 875211238
        },
        {
            "start": 875211242,
            "stop": 875211249
        },
        {
            "start": 875211251,
            "stop": 875211287
        },
        {
            "start": 875211291,
            "stop": 875211296
        },
        {
            "start": 875211297,
            "stop": 875211306
        },
        {
            "start": 875211309,
            "stop": 875211366
        },
        {
            "start": 875211368,
            "stop": 875211370
        },
        {
            "start": 875211372,
            "stop": 875211376
        },
        {
            "start": 875211378,
            "stop": 875211388
        },
        {
            "start": 875211389,
            "stop": 875211391
        },
        {
            "start": 875211392,
            "stop": 875211400
        },
        {
            "start": 875211403,
            "stop": 875211409
        },
        {
            "start": 875211410,
            "stop": 875211412
        },
        {
            "start": 875211416,
            "stop": 875211430
        }
    ]
}