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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8198",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8196",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8197,
    "results": [
        {
            "start": 971438802,
            "stop": 971438906
        },
        {
            "start": 971438909,
            "stop": 971439053
        },
        {
            "start": 971439064,
            "stop": 971439265
        },
        {
            "start": 971439268,
            "stop": 971439893
        },
        {
            "start": 971439904,
            "stop": 971440493
        },
        {
            "start": 971440496,
            "stop": 971440552
        },
        {
            "start": 971440558,
            "stop": 971440631
        },
        {
            "start": 971440634,
            "stop": 971440694
        },
        {
            "start": 971440697,
            "stop": 971440840
        },
        {
            "start": 971440843,
            "stop": 971441661
        },
        {
            "start": 971441672,
            "stop": 971442046
        },
        {
            "start": 971442057,
            "stop": 971442138
        },
        {
            "start": 971442141,
            "stop": 971442857
        },
        {
            "start": 971442860,
            "stop": 971443212
        },
        {
            "start": 971443215,
            "stop": 971443703
        },
        {
            "start": 971443706,
            "stop": 971443770
        },
        {
            "start": 971443773,
            "stop": 971444107
        },
        {
            "start": 971444111,
            "stop": 971444344
        },
        {
            "start": 971444348,
            "stop": 971444349
        },
        {
            "start": 971444352,
            "stop": 971444378
        }
    ]
}