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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=42",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 43,
    "results": [
        {
            "start": 820339890,
            "stop": 820340119
        },
        {
            "start": 820340121,
            "stop": 820340165
        },
        {
            "start": 820340167,
            "stop": 820340171
        },
        {
            "start": 820340173,
            "stop": 820340191
        },
        {
            "start": 820340195,
            "stop": 820340227
        },
        {
            "start": 820340229,
            "stop": 820340247
        },
        {
            "start": 820340364,
            "stop": 820340603
        },
        {
            "start": 820340605,
            "stop": 820340706
        },
        {
            "start": 820340708,
            "stop": 820342019
        },
        {
            "start": 820358443,
            "stop": 820358593
        },
        {
            "start": 820358595,
            "stop": 820359018
        },
        {
            "start": 820359020,
            "stop": 820360614
        },
        {
            "start": 820360616,
            "stop": 820360958
        },
        {
            "start": 820360960,
            "stop": 820361017
        },
        {
            "start": 820361020,
            "stop": 820362338
        },
        {
            "start": 820362340,
            "stop": 820362964
        },
        {
            "start": 820362966,
            "stop": 820372387
        },
        {
            "start": 820374708,
            "stop": 820380857
        },
        {
            "start": 820380859,
            "stop": 820380862
        },
        {
            "start": 820380864,
            "stop": 820382233
        }
    ]
}