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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=116",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 117,
    "results": [
        {
            "start": 821451259,
            "stop": 821451295
        },
        {
            "start": 821451298,
            "stop": 821451317
        },
        {
            "start": 821451320,
            "stop": 821451473
        },
        {
            "start": 821451476,
            "stop": 821451514
        },
        {
            "start": 821451520,
            "stop": 821451584
        },
        {
            "start": 821451587,
            "stop": 821451604
        },
        {
            "start": 821451607,
            "stop": 821451667
        },
        {
            "start": 821451670,
            "stop": 821451673
        },
        {
            "start": 821451676,
            "stop": 821451826
        },
        {
            "start": 821451829,
            "stop": 821452201
        },
        {
            "start": 821452204,
            "stop": 821452206
        },
        {
            "start": 821452209,
            "stop": 821452270
        },
        {
            "start": 821452276,
            "stop": 821452387
        },
        {
            "start": 821452393,
            "stop": 821452420
        },
        {
            "start": 821452423,
            "stop": 821452449
        },
        {
            "start": 821452453,
            "stop": 821452579
        },
        {
            "start": 821452582,
            "stop": 821452626
        },
        {
            "start": 821452629,
            "stop": 821452643
        },
        {
            "start": 821452647,
            "stop": 821452671
        },
        {
            "start": 821452674,
            "stop": 821452681
        }
    ]
}