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=114
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=115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=113",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 114,
    "results": [
        {
            "start": 825861072,
            "stop": 825862768
        },
        {
            "start": 825864506,
            "stop": 825866650
        },
        {
            "start": 825867151,
            "stop": 825867776
        },
        {
            "start": 825869446,
            "stop": 825876848
        },
        {
            "start": 825876850,
            "stop": 825880105
        },
        {
            "start": 825885807,
            "stop": 825886676
        },
        {
            "start": 825887005,
            "stop": 825888594
        },
        {
            "start": 825894975,
            "stop": 825896343
        },
        {
            "start": 825896345,
            "stop": 825897335
        },
        {
            "start": 825899578,
            "stop": 825901572
        },
        {
            "start": 825902078,
            "stop": 825905838
        },
        {
            "start": 825906596,
            "stop": 825909402
        },
        {
            "start": 825909588,
            "stop": 825913558
        },
        {
            "start": 825914352,
            "stop": 825914666
        },
        {
            "start": 825916610,
            "stop": 825921031
        },
        {
            "start": 825922164,
            "stop": 825922460
        },
        {
            "start": 825922624,
            "stop": 825928312
        },
        {
            "start": 825928904,
            "stop": 825931136
        },
        {
            "start": 825931312,
            "stop": 825932760
        },
        {
            "start": 825933684,
            "stop": 825933756
        }
    ]
}