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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=65",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 66,
    "results": [
        {
            "start": 827127973,
            "stop": 827148828
        },
        {
            "start": 827149779,
            "stop": 827150629
        },
        {
            "start": 827150852,
            "stop": 827154290
        },
        {
            "start": 827155144,
            "stop": 827155291
        },
        {
            "start": 827160259,
            "stop": 827161410
        },
        {
            "start": 827162009,
            "stop": 827162163
        },
        {
            "start": 827162240,
            "stop": 827167143
        },
        {
            "start": 827168150,
            "stop": 827172094
        },
        {
            "start": 827172237,
            "stop": 827172572
        },
        {
            "start": 827173910,
            "stop": 827174071
        },
        {
            "start": 827174994,
            "stop": 827175741
        },
        {
            "start": 827175809,
            "stop": 827176724
        },
        {
            "start": 827176775,
            "stop": 827178622
        },
        {
            "start": 827182017,
            "stop": 827182353
        },
        {
            "start": 827183902,
            "stop": 827183919
        },
        {
            "start": 827185193,
            "stop": 827185592
        },
        {
            "start": 827185660,
            "stop": 827187031
        },
        {
            "start": 827187099,
            "stop": 827190208
        },
        {
            "start": 827192970,
            "stop": 827193345
        },
        {
            "start": 827195097,
            "stop": 827195889
        }
    ]
}