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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10250",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10251,
    "results": [
        {
            "start": 874637056,
            "stop": 874637536
        },
        {
            "start": 874637572,
            "stop": 874638015
        },
        {
            "start": 874638072,
            "stop": 874638251
        },
        {
            "start": 874638288,
            "stop": 874638315
        },
        {
            "start": 874638372,
            "stop": 874639470
        },
        {
            "start": 874639506,
            "stop": 874639686
        },
        {
            "start": 874639735,
            "stop": 874639760
        },
        {
            "start": 874639796,
            "stop": 874639833
        },
        {
            "start": 874639870,
            "stop": 874640141
        },
        {
            "start": 874640180,
            "stop": 874640635
        },
        {
            "start": 874640673,
            "stop": 874640694
        },
        {
            "start": 874640741,
            "stop": 874640926
        },
        {
            "start": 874640978,
            "stop": 874641889
        },
        {
            "start": 874641925,
            "stop": 874642223
        },
        {
            "start": 874642262,
            "stop": 874642275
        },
        {
            "start": 874642311,
            "stop": 874644741
        },
        {
            "start": 874644787,
            "stop": 874644821
        },
        {
            "start": 874644838,
            "stop": 874645728
        },
        {
            "start": 874645765,
            "stop": 874645778
        },
        {
            "start": 874645814,
            "stop": 874646199
        }
    ]
}