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=5258
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=5259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5257",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5258,
    "results": [
        {
            "start": 875217115,
            "stop": 875217126
        },
        {
            "start": 875217134,
            "stop": 875217172
        },
        {
            "start": 875217181,
            "stop": 875217184
        },
        {
            "start": 875217194,
            "stop": 875217203
        },
        {
            "start": 875217211,
            "stop": 875217250
        },
        {
            "start": 875217258,
            "stop": 875217303
        },
        {
            "start": 875217310,
            "stop": 875217326
        },
        {
            "start": 875217334,
            "stop": 875217336
        },
        {
            "start": 875217344,
            "stop": 875217426
        },
        {
            "start": 875217439,
            "stop": 875217465
        },
        {
            "start": 875217473,
            "stop": 875217504
        },
        {
            "start": 875217511,
            "stop": 875217526
        },
        {
            "start": 875217533,
            "stop": 875217537
        },
        {
            "start": 875217549,
            "stop": 875217669
        },
        {
            "start": 875217676,
            "stop": 875217711
        },
        {
            "start": 875217718,
            "stop": 875217760
        },
        {
            "start": 875217773,
            "stop": 875217777
        },
        {
            "start": 875217784,
            "stop": 875217800
        },
        {
            "start": 875217809,
            "stop": 875217840
        },
        {
            "start": 875217848,
            "stop": 875217854
        }
    ]
}