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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4957",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4955",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4956,
    "results": [
        {
            "start": 874445987,
            "stop": 874446027
        },
        {
            "start": 874446035,
            "stop": 874446042
        },
        {
            "start": 874446053,
            "stop": 874446060
        },
        {
            "start": 874446067,
            "stop": 874446113
        },
        {
            "start": 874446123,
            "stop": 874446225
        },
        {
            "start": 874446232,
            "stop": 874446265
        },
        {
            "start": 874446272,
            "stop": 874446273
        },
        {
            "start": 874446280,
            "stop": 874446283
        },
        {
            "start": 874446290,
            "stop": 874446309
        },
        {
            "start": 874446316,
            "stop": 874446345
        },
        {
            "start": 874446352,
            "stop": 874446356
        },
        {
            "start": 874446373,
            "stop": 874446375
        },
        {
            "start": 874446382,
            "stop": 874446387
        },
        {
            "start": 874446398,
            "stop": 874446402
        },
        {
            "start": 874446412,
            "stop": 874446416
        },
        {
            "start": 874446438,
            "stop": 874446450
        },
        {
            "start": 874446463,
            "stop": 874446504
        },
        {
            "start": 874446514,
            "stop": 874446522
        },
        {
            "start": 874446529,
            "stop": 874446545
        },
        {
            "start": 874446552,
            "stop": 874446560
        }
    ]
}