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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=66",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 67,
    "results": [
        {
            "start": 816688185,
            "stop": 816688397
        },
        {
            "start": 816688401,
            "stop": 816688441
        },
        {
            "start": 816688445,
            "stop": 816688486
        },
        {
            "start": 816688506,
            "stop": 816688543
        },
        {
            "start": 816688546,
            "stop": 816688572
        },
        {
            "start": 816688576,
            "stop": 816688637
        },
        {
            "start": 816688640,
            "stop": 816688673
        },
        {
            "start": 816688692,
            "stop": 816688759
        },
        {
            "start": 816688762,
            "stop": 816688770
        },
        {
            "start": 816688774,
            "stop": 816688783
        },
        {
            "start": 816688803,
            "stop": 816688947
        },
        {
            "start": 816688975,
            "stop": 816689204
        },
        {
            "start": 816689209,
            "stop": 816689227
        },
        {
            "start": 816689247,
            "stop": 816689255
        },
        {
            "start": 816689276,
            "stop": 816689362
        },
        {
            "start": 816689404,
            "stop": 816689444
        },
        {
            "start": 816689465,
            "stop": 816689495
        },
        {
            "start": 816689534,
            "stop": 816689549
        },
        {
            "start": 816689570,
            "stop": 816689572
        },
        {
            "start": 816689591,
            "stop": 816689613
        }
    ]
}