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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=364",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=362",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 363,
    "results": [
        {
            "start": 821351799,
            "stop": 821351825
        },
        {
            "start": 821351844,
            "stop": 821351858
        },
        {
            "start": 821351877,
            "stop": 821352111
        },
        {
            "start": 821352130,
            "stop": 821352185
        },
        {
            "start": 821352204,
            "stop": 821352208
        },
        {
            "start": 821352234,
            "stop": 821352244
        },
        {
            "start": 821352247,
            "stop": 821352648
        },
        {
            "start": 821352667,
            "stop": 821352709
        },
        {
            "start": 821352746,
            "stop": 821352802
        },
        {
            "start": 821352821,
            "stop": 821352862
        },
        {
            "start": 821352881,
            "stop": 821353004
        },
        {
            "start": 821353023,
            "stop": 821353065
        },
        {
            "start": 821353084,
            "stop": 821353104
        },
        {
            "start": 821353107,
            "stop": 821353117
        },
        {
            "start": 821353139,
            "stop": 821353146
        },
        {
            "start": 821353165,
            "stop": 821353276
        },
        {
            "start": 821353295,
            "stop": 821353309
        },
        {
            "start": 821353312,
            "stop": 821353319
        },
        {
            "start": 821353322,
            "stop": 821353426
        },
        {
            "start": 821353445,
            "stop": 821353482
        }
    ]
}