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=40771
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=40772",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40770",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40771,
    "results": [
        {
            "start": 874990839,
            "stop": 874990845
        },
        {
            "start": 874990847,
            "stop": 874990859
        },
        {
            "start": 874990860,
            "stop": 874990870
        },
        {
            "start": 874990871,
            "stop": 874990872
        },
        {
            "start": 874990874,
            "stop": 874990897
        },
        {
            "start": 874990899,
            "stop": 874990903
        },
        {
            "start": 874990905,
            "stop": 874990964
        },
        {
            "start": 874990965,
            "stop": 874990982
        },
        {
            "start": 874990983,
            "stop": 874990989
        },
        {
            "start": 874990992,
            "stop": 874990996
        },
        {
            "start": 874990998,
            "stop": 874991026
        },
        {
            "start": 874991027,
            "stop": 874991051
        },
        {
            "start": 874991052,
            "stop": 874991053
        },
        {
            "start": 874991055,
            "stop": 874991057
        },
        {
            "start": 874991058,
            "stop": 874991063
        },
        {
            "start": 874991064,
            "stop": 874991066
        },
        {
            "start": 874991067,
            "stop": 874991068
        },
        {
            "start": 874991069,
            "stop": 874991072
        },
        {
            "start": 874991074,
            "stop": 874991089
        },
        {
            "start": 874991091,
            "stop": 874991179
        }
    ]
}