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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=12",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 13,
    "results": [
        {
            "start": 931161149,
            "stop": 931161151
        },
        {
            "start": 931161154,
            "stop": 931161156
        },
        {
            "start": 931161159,
            "stop": 931161175
        },
        {
            "start": 931161187,
            "stop": 931161189
        },
        {
            "start": 931161197,
            "stop": 931161200
        },
        {
            "start": 931161203,
            "stop": 931161207
        },
        {
            "start": 931161209,
            "stop": 931161210
        },
        {
            "start": 931161224,
            "stop": 931161227
        },
        {
            "start": 931161230,
            "stop": 931161231
        },
        {
            "start": 931161234,
            "stop": 931161239
        },
        {
            "start": 931161241,
            "stop": 931161244
        },
        {
            "start": 931161247,
            "stop": 931161250
        },
        {
            "start": 931161254,
            "stop": 931161255
        },
        {
            "start": 931161261,
            "stop": 931161265
        },
        {
            "start": 931161272,
            "stop": 931161273
        },
        {
            "start": 931161276,
            "stop": 931161279
        },
        {
            "start": 931161290,
            "stop": 931161304
        },
        {
            "start": 931161307,
            "stop": 931161324
        },
        {
            "start": 931161327,
            "stop": 931161330
        },
        {
            "start": 931161334,
            "stop": 931161346
        }
    ]
}