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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=73",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 74,
    "results": [
        {
            "start": 931245140,
            "stop": 931245180
        },
        {
            "start": 931245181,
            "stop": 931245253
        },
        {
            "start": 931245254,
            "stop": 931245269
        },
        {
            "start": 931245270,
            "stop": 931245284
        },
        {
            "start": 931245285,
            "stop": 931245449
        },
        {
            "start": 931250547,
            "stop": 931250640
        },
        {
            "start": 931250641,
            "stop": 931250650
        },
        {
            "start": 931250651,
            "stop": 931250792
        },
        {
            "start": 931250793,
            "stop": 931250832
        },
        {
            "start": 931250833,
            "stop": 931250853
        },
        {
            "start": 931250854,
            "stop": 931251007
        },
        {
            "start": 931251010,
            "stop": 931251166
        },
        {
            "start": 931251167,
            "stop": 931251181
        },
        {
            "start": 931251182,
            "stop": 931251242
        },
        {
            "start": 931251243,
            "stop": 931251326
        },
        {
            "start": 931251328,
            "stop": 931251341
        },
        {
            "start": 931251343,
            "stop": 931251355
        },
        {
            "start": 931251358,
            "stop": 931251371
        },
        {
            "start": 931251373,
            "stop": 931251385
        },
        {
            "start": 931251388,
            "stop": 931251401
        }
    ]
}