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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8180",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8178",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8179,
    "results": [
        {
            "start": 971288547,
            "stop": 971288548
        },
        {
            "start": 971288555,
            "stop": 971288559
        },
        {
            "start": 971288570,
            "stop": 971288584
        },
        {
            "start": 971288590,
            "stop": 971288666
        },
        {
            "start": 971288672,
            "stop": 971288679
        },
        {
            "start": 971288685,
            "stop": 971288686
        },
        {
            "start": 971288707,
            "stop": 971289074
        },
        {
            "start": 971289077,
            "stop": 971289473
        },
        {
            "start": 971289476,
            "stop": 971289602
        },
        {
            "start": 971289608,
            "stop": 971289877
        },
        {
            "start": 971289880,
            "stop": 971290976
        },
        {
            "start": 971290979,
            "stop": 971291138
        },
        {
            "start": 971291952,
            "stop": 971292267
        },
        {
            "start": 971293866,
            "stop": 971295702
        },
        {
            "start": 971295705,
            "stop": 971295765
        },
        {
            "start": 971295768,
            "stop": 971296238
        },
        {
            "start": 971296241,
            "stop": 971296336
        },
        {
            "start": 971296396,
            "stop": 971297056
        },
        {
            "start": 971297176,
            "stop": 971297356
        },
        {
            "start": 971321073,
            "stop": 971321447
        }
    ]
}