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=18
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=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=17",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 18,
    "results": [
        {
            "start": 817856616,
            "stop": 817857961
        },
        {
            "start": 817857964,
            "stop": 817859405
        },
        {
            "start": 817859407,
            "stop": 817859972
        },
        {
            "start": 817859974,
            "stop": 817860047
        },
        {
            "start": 817860049,
            "stop": 817860394
        },
        {
            "start": 817861292,
            "stop": 817861400
        },
        {
            "start": 817861404,
            "stop": 817861569
        },
        {
            "start": 817861571,
            "stop": 817864597
        },
        {
            "start": 817864601,
            "stop": 817865323
        },
        {
            "start": 817865325,
            "stop": 817865477
        },
        {
            "start": 817865478,
            "stop": 817866804
        },
        {
            "start": 817866806,
            "stop": 817868537
        },
        {
            "start": 817868538,
            "stop": 817869466
        },
        {
            "start": 817869469,
            "stop": 817869764
        },
        {
            "start": 817869765,
            "stop": 817869866
        },
        {
            "start": 817869868,
            "stop": 817873653
        },
        {
            "start": 817874685,
            "stop": 817875853
        },
        {
            "start": 817875855,
            "stop": 817878028
        },
        {
            "start": 817878030,
            "stop": 817878717
        },
        {
            "start": 817878719,
            "stop": 817879096
        }
    ]
}