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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2036",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2034",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2035,
    "results": [
        {
            "start": 859704690,
            "stop": 859704720
        },
        {
            "start": 859705126,
            "stop": 859715266
        },
        {
            "start": 859715580,
            "stop": 859720250
        },
        {
            "start": 859721074,
            "stop": 859722652
        },
        {
            "start": 859725179,
            "stop": 859726904
        },
        {
            "start": 859726906,
            "stop": 859735052
        },
        {
            "start": 859735058,
            "stop": 859736182
        },
        {
            "start": 859737806,
            "stop": 859739391
        },
        {
            "start": 859739394,
            "stop": 859741622
        },
        {
            "start": 859741628,
            "stop": 859741630
        },
        {
            "start": 859741635,
            "stop": 859743108
        },
        {
            "start": 859743111,
            "stop": 859747144
        },
        {
            "start": 859747147,
            "stop": 859747198
        },
        {
            "start": 859747202,
            "stop": 859747270
        },
        {
            "start": 859747275,
            "stop": 859747295
        },
        {
            "start": 859747310,
            "stop": 859747312
        },
        {
            "start": 859747318,
            "stop": 859747322
        },
        {
            "start": 859747328,
            "stop": 859747330
        },
        {
            "start": 859747335,
            "stop": 859747350
        },
        {
            "start": 859747358,
            "stop": 859751550
        }
    ]
}