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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=141",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 142,
    "results": [
        {
            "start": 931593097,
            "stop": 931593098
        },
        {
            "start": 931593104,
            "stop": 931593110
        },
        {
            "start": 931593114,
            "stop": 931593125
        },
        {
            "start": 931593131,
            "stop": 931593139
        },
        {
            "start": 931593142,
            "stop": 931593144
        },
        {
            "start": 931593147,
            "stop": 931593163
        },
        {
            "start": 931593166,
            "stop": 931593190
        },
        {
            "start": 931593193,
            "stop": 931593194
        },
        {
            "start": 931593197,
            "stop": 931593216
        },
        {
            "start": 931593221,
            "stop": 931593226
        },
        {
            "start": 931593230,
            "stop": 931593245
        },
        {
            "start": 931593248,
            "stop": 931593249
        },
        {
            "start": 931593254,
            "stop": 931593256
        },
        {
            "start": 931593259,
            "stop": 931593263
        },
        {
            "start": 931593269,
            "stop": 931593273
        },
        {
            "start": 931593279,
            "stop": 931593282
        },
        {
            "start": 931593285,
            "stop": 931593302
        },
        {
            "start": 931593309,
            "stop": 931593314
        },
        {
            "start": 931593317,
            "stop": 931593323
        },
        {
            "start": 931593326,
            "stop": 931593341
        }
    ]
}