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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46777",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46775",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46776,
    "results": [
        {
            "start": 875097976,
            "stop": 875098053
        },
        {
            "start": 875098054,
            "stop": 875098061
        },
        {
            "start": 875098062,
            "stop": 875098090
        },
        {
            "start": 875098092,
            "stop": 875098115
        },
        {
            "start": 875098116,
            "stop": 875098133
        },
        {
            "start": 875098134,
            "stop": 875098155
        },
        {
            "start": 875098156,
            "stop": 875098161
        },
        {
            "start": 875098163,
            "stop": 875098175
        },
        {
            "start": 875098177,
            "stop": 875098223
        },
        {
            "start": 875098224,
            "stop": 875098282
        },
        {
            "start": 875098283,
            "stop": 875098285
        },
        {
            "start": 875098286,
            "stop": 875098303
        },
        {
            "start": 875098305,
            "stop": 875098325
        },
        {
            "start": 875098326,
            "stop": 875098341
        },
        {
            "start": 875098342,
            "stop": 875098346
        },
        {
            "start": 875098347,
            "stop": 875098367
        },
        {
            "start": 875098368,
            "stop": 875098371
        },
        {
            "start": 875098372,
            "stop": 875098374
        },
        {
            "start": 875098375,
            "stop": 875098393
        },
        {
            "start": 875098394,
            "stop": 875098445
        }
    ]
}