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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4029",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4027",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4028,
    "results": [
        {
            "start": 874940740,
            "stop": 874940772
        },
        {
            "start": 874940773,
            "stop": 874940784
        },
        {
            "start": 874940785,
            "stop": 874940790
        },
        {
            "start": 874940791,
            "stop": 874940814
        },
        {
            "start": 874940815,
            "stop": 874940824
        },
        {
            "start": 874940825,
            "stop": 874940848
        },
        {
            "start": 874940849,
            "stop": 874940859
        },
        {
            "start": 874940860,
            "stop": 874940866
        },
        {
            "start": 874940868,
            "stop": 874940897
        },
        {
            "start": 874940898,
            "stop": 874940989
        },
        {
            "start": 874940990,
            "stop": 874941906
        },
        {
            "start": 874942051,
            "stop": 874944870
        },
        {
            "start": 874944871,
            "stop": 874945200
        },
        {
            "start": 874945380,
            "stop": 874947063
        },
        {
            "start": 874950141,
            "stop": 874952040
        },
        {
            "start": 874952100,
            "stop": 874952112
        },
        {
            "start": 874953375,
            "stop": 874953400
        },
        {
            "start": 874953401,
            "stop": 874955400
        },
        {
            "start": 874955520,
            "stop": 874955951
        },
        {
            "start": 874957929,
            "stop": 874957930
        }
    ]
}