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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=372",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=370",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 371,
    "results": [
        {
            "start": 857695578,
            "stop": 857695644
        },
        {
            "start": 857695654,
            "stop": 857695939
        },
        {
            "start": 857696239,
            "stop": 857697267
        },
        {
            "start": 857697273,
            "stop": 857699135
        },
        {
            "start": 857699138,
            "stop": 857706568
        },
        {
            "start": 857706678,
            "stop": 857707166
        },
        {
            "start": 857707210,
            "stop": 857707240
        },
        {
            "start": 857707677,
            "stop": 857712570
        },
        {
            "start": 857712573,
            "stop": 857713962
        },
        {
            "start": 857713965,
            "stop": 857714312
        },
        {
            "start": 857714315,
            "stop": 857715433
        },
        {
            "start": 857715733,
            "stop": 857716250
        },
        {
            "start": 857716253,
            "stop": 857716563
        },
        {
            "start": 857716566,
            "stop": 857718192
        },
        {
            "start": 857718293,
            "stop": 857725622
        },
        {
            "start": 857725624,
            "stop": 857732094
        },
        {
            "start": 857732096,
            "stop": 857732447
        },
        {
            "start": 857732449,
            "stop": 857732454
        },
        {
            "start": 857732456,
            "stop": 857732463
        },
        {
            "start": 857732465,
            "stop": 857732483
        }
    ]
}