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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=213",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 214,
    "results": [
        {
            "start": 821062149,
            "stop": 821062753
        },
        {
            "start": 821063136,
            "stop": 821063170
        },
        {
            "start": 821063174,
            "stop": 821063197
        },
        {
            "start": 821064968,
            "stop": 821066640
        },
        {
            "start": 821066820,
            "stop": 821067016
        },
        {
            "start": 821067020,
            "stop": 821067240
        },
        {
            "start": 821067300,
            "stop": 821069560
        },
        {
            "start": 821069563,
            "stop": 821070983
        },
        {
            "start": 821072655,
            "stop": 821073261
        },
        {
            "start": 821073561,
            "stop": 821073738
        },
        {
            "start": 821073741,
            "stop": 821074077
        },
        {
            "start": 821074201,
            "stop": 821074813
        },
        {
            "start": 821075569,
            "stop": 821075919
        },
        {
            "start": 821076975,
            "stop": 821077033
        },
        {
            "start": 821077436,
            "stop": 821077588
        },
        {
            "start": 821077591,
            "stop": 821077633
        },
        {
            "start": 821077880,
            "stop": 821083975
        },
        {
            "start": 821083979,
            "stop": 821083993
        },
        {
            "start": 821084254,
            "stop": 821084447
        },
        {
            "start": 821084450,
            "stop": 821084465
        }
    ]
}