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=47006
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=47007",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47005",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47006,
    "results": [
        {
            "start": 875223099,
            "stop": 875223143
        },
        {
            "start": 875223145,
            "stop": 875223156
        },
        {
            "start": 875223159,
            "stop": 875223160
        },
        {
            "start": 875223163,
            "stop": 875223176
        },
        {
            "start": 875223179,
            "stop": 875223218
        },
        {
            "start": 875223224,
            "stop": 875223255
        },
        {
            "start": 875223258,
            "stop": 875223283
        },
        {
            "start": 875223286,
            "stop": 875223293
        },
        {
            "start": 875223296,
            "stop": 875223303
        },
        {
            "start": 875223314,
            "stop": 875223338
        },
        {
            "start": 875223340,
            "stop": 875223344
        },
        {
            "start": 875223347,
            "stop": 875223366
        },
        {
            "start": 875223369,
            "stop": 875223376
        },
        {
            "start": 875223377,
            "stop": 875223389
        },
        {
            "start": 875223390,
            "stop": 875223421
        },
        {
            "start": 875223422,
            "stop": 875223423
        },
        {
            "start": 875223426,
            "stop": 875223436
        },
        {
            "start": 875223439,
            "stop": 875223445
        },
        {
            "start": 875223446,
            "stop": 875223484
        },
        {
            "start": 875223488,
            "stop": 875223490
        }
    ]
}