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=43
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=44",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=42",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 43,
    "results": [
        {
            "start": 931483278,
            "stop": 931483290
        },
        {
            "start": 931483293,
            "stop": 931483303
        },
        {
            "start": 931483307,
            "stop": 931483321
        },
        {
            "start": 931483324,
            "stop": 931483327
        },
        {
            "start": 931483330,
            "stop": 931483337
        },
        {
            "start": 931483340,
            "stop": 931483355
        },
        {
            "start": 931483359,
            "stop": 931483376
        },
        {
            "start": 931483381,
            "stop": 931483402
        },
        {
            "start": 931483405,
            "stop": 931483425
        },
        {
            "start": 931483428,
            "stop": 931483430
        },
        {
            "start": 931483433,
            "stop": 931483437
        },
        {
            "start": 931483440,
            "stop": 931483460
        },
        {
            "start": 931483463,
            "stop": 931483473
        },
        {
            "start": 931483476,
            "stop": 931483490
        },
        {
            "start": 931483495,
            "stop": 931483505
        },
        {
            "start": 931483508,
            "stop": 931483530
        },
        {
            "start": 931483533,
            "stop": 931483547
        },
        {
            "start": 931483550,
            "stop": 931483557
        },
        {
            "start": 931483560,
            "stop": 931483561
        },
        {
            "start": 931483567,
            "stop": 931483636
        }
    ]
}