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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=462",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=460",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 461,
    "results": [
        {
            "start": 821778783,
            "stop": 821778787
        },
        {
            "start": 821778790,
            "stop": 821778803
        },
        {
            "start": 821778811,
            "stop": 821778815
        },
        {
            "start": 821778822,
            "stop": 821778823
        },
        {
            "start": 821778826,
            "stop": 821778827
        },
        {
            "start": 821778830,
            "stop": 821778839
        },
        {
            "start": 821778850,
            "stop": 821778853
        },
        {
            "start": 821778856,
            "stop": 821778862
        },
        {
            "start": 821778865,
            "stop": 821778873
        },
        {
            "start": 821778880,
            "stop": 821778881
        },
        {
            "start": 821778886,
            "stop": 821778891
        },
        {
            "start": 821778894,
            "stop": 821778896
        },
        {
            "start": 821778899,
            "stop": 821778904
        },
        {
            "start": 821778909,
            "stop": 821778910
        },
        {
            "start": 821778915,
            "stop": 821778922
        },
        {
            "start": 821778925,
            "stop": 821778926
        },
        {
            "start": 821778931,
            "stop": 821778935
        },
        {
            "start": 821778938,
            "stop": 821778945
        },
        {
            "start": 821778951,
            "stop": 821778953
        },
        {
            "start": 821778956,
            "stop": 821778960
        }
    ]
}