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=125
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=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=124",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 125,
    "results": [
        {
            "start": 817588605,
            "stop": 817590942
        },
        {
            "start": 817591062,
            "stop": 817591415
        },
        {
            "start": 817591432,
            "stop": 817591836
        },
        {
            "start": 817591839,
            "stop": 817592042
        },
        {
            "start": 817592162,
            "stop": 817592550
        },
        {
            "start": 817593511,
            "stop": 817594480
        },
        {
            "start": 817594600,
            "stop": 817595366
        },
        {
            "start": 817595486,
            "stop": 817595560
        },
        {
            "start": 817595680,
            "stop": 817596124
        },
        {
            "start": 817597339,
            "stop": 817597627
        },
        {
            "start": 817597644,
            "stop": 817597984
        },
        {
            "start": 817598104,
            "stop": 817598207
        },
        {
            "start": 817598210,
            "stop": 817599061
        },
        {
            "start": 817599181,
            "stop": 817599825
        },
        {
            "start": 817599828,
            "stop": 817600230
        },
        {
            "start": 817600885,
            "stop": 817601325
        },
        {
            "start": 817601515,
            "stop": 817601982
        },
        {
            "start": 817604976,
            "stop": 817605010
        },
        {
            "start": 817605130,
            "stop": 817609710
        },
        {
            "start": 817609830,
            "stop": 817609888
        }
    ]
}