Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=102
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=101",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 102,
    "results": [
        {
            "start": 829363549,
            "stop": 829377449
        },
        {
            "start": 829377526,
            "stop": 829380185
        },
        {
            "start": 829384466,
            "stop": 829395355
        },
        {
            "start": 829403334,
            "stop": 829406054
        },
        {
            "start": 829406056,
            "stop": 829407649
        },
        {
            "start": 829435807,
            "stop": 829436893
        },
        {
            "start": 829442626,
            "stop": 829456763
        },
        {
            "start": 829460052,
            "stop": 829463739
        },
        {
            "start": 829463741,
            "stop": 829497148
        },
        {
            "start": 829498628,
            "stop": 829508062
        },
        {
            "start": 829508352,
            "stop": 829518024
        },
        {
            "start": 829523614,
            "stop": 829524297
        },
        {
            "start": 829524597,
            "stop": 829524709
        },
        {
            "start": 829525009,
            "stop": 829550938
        },
        {
            "start": 829550963,
            "stop": 829562248
        },
        {
            "start": 829562393,
            "stop": 829601099
        },
        {
            "start": 829604534,
            "stop": 829605839
        },
        {
            "start": 829605919,
            "stop": 829607424
        },
        {
            "start": 829607724,
            "stop": 829610904
        },
        {
            "start": 829632396,
            "stop": 829633193
        }
    ]
}