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=370
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=371",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=369",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 370,
    "results": [
        {
            "start": 821373936,
            "stop": 821374060
        },
        {
            "start": 821374079,
            "stop": 821374104
        },
        {
            "start": 821374123,
            "stop": 821374175
        },
        {
            "start": 821374194,
            "stop": 821374304
        },
        {
            "start": 821374485,
            "stop": 821374486
        },
        {
            "start": 821374505,
            "stop": 821374674
        },
        {
            "start": 821374678,
            "stop": 821374951
        },
        {
            "start": 821374954,
            "stop": 821375796
        },
        {
            "start": 821375799,
            "stop": 821376553
        },
        {
            "start": 821376556,
            "stop": 821377158
        },
        {
            "start": 821377159,
            "stop": 821377250
        },
        {
            "start": 821377253,
            "stop": 821377953
        },
        {
            "start": 821378073,
            "stop": 821378074
        },
        {
            "start": 821378194,
            "stop": 821378959
        },
        {
            "start": 821378962,
            "stop": 821379029
        },
        {
            "start": 821379032,
            "stop": 821379376
        },
        {
            "start": 821379379,
            "stop": 821381205
        },
        {
            "start": 821381208,
            "stop": 821381283
        },
        {
            "start": 821381286,
            "stop": 821381641
        },
        {
            "start": 821381645,
            "stop": 821383156
        }
    ]
}