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=46651
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=46652",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46650",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46651,
    "results": [
        {
            "start": 875031879,
            "stop": 875031889
        },
        {
            "start": 875031890,
            "stop": 875031896
        },
        {
            "start": 875031897,
            "stop": 875031909
        },
        {
            "start": 875031910,
            "stop": 875031921
        },
        {
            "start": 875031922,
            "stop": 875031927
        },
        {
            "start": 875031929,
            "stop": 875031930
        },
        {
            "start": 875031932,
            "stop": 875031964
        },
        {
            "start": 875031966,
            "stop": 875032031
        },
        {
            "start": 875032032,
            "stop": 875032064
        },
        {
            "start": 875032065,
            "stop": 875032123
        },
        {
            "start": 875032125,
            "stop": 875032134
        },
        {
            "start": 875032135,
            "stop": 875032144
        },
        {
            "start": 875032146,
            "stop": 875032185
        },
        {
            "start": 875032186,
            "stop": 875032230
        },
        {
            "start": 875032231,
            "stop": 875032251
        },
        {
            "start": 875032253,
            "stop": 875032258
        },
        {
            "start": 875032259,
            "stop": 875032273
        },
        {
            "start": 875032274,
            "stop": 875032288
        },
        {
            "start": 875032290,
            "stop": 875032299
        },
        {
            "start": 875032300,
            "stop": 875032310
        }
    ]
}