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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=29",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 30,
    "results": [
        {
            "start": 938818640,
            "stop": 938818787
        },
        {
            "start": 938819391,
            "stop": 938828915
        },
        {
            "start": 938833284,
            "stop": 938835663
        },
        {
            "start": 938836119,
            "stop": 938867016
        },
        {
            "start": 938902321,
            "stop": 938903234
        },
        {
            "start": 938906213,
            "stop": 938918251
        },
        {
            "start": 938918284,
            "stop": 938918305
        },
        {
            "start": 938918334,
            "stop": 938918339
        },
        {
            "start": 938918359,
            "stop": 938918454
        },
        {
            "start": 938918503,
            "stop": 938918817
        },
        {
            "start": 938925027,
            "stop": 938950181
        },
        {
            "start": 938951820,
            "stop": 938954501
        },
        {
            "start": 938958244,
            "stop": 938965409
        },
        {
            "start": 938966108,
            "stop": 938969464
        },
        {
            "start": 938970470,
            "stop": 938975722
        },
        {
            "start": 938976457,
            "stop": 938978858
        },
        {
            "start": 938979376,
            "stop": 938982740
        },
        {
            "start": 938983262,
            "stop": 938986011
        },
        {
            "start": 939020344,
            "stop": 939027240
        },
        {
            "start": 939039358,
            "stop": 939042965
        }
    ]
}