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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=378",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=376",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 377,
    "results": [
        {
            "start": 818274467,
            "stop": 818274468
        },
        {
            "start": 818274859,
            "stop": 818274860
        },
        {
            "start": 818274866,
            "stop": 818274867
        },
        {
            "start": 818274926,
            "stop": 818274927
        },
        {
            "start": 818274962,
            "stop": 818274963
        },
        {
            "start": 818275492,
            "stop": 818275493
        },
        {
            "start": 818275791,
            "stop": 818275792
        },
        {
            "start": 818276326,
            "stop": 818276328
        },
        {
            "start": 818276334,
            "stop": 818276335
        },
        {
            "start": 818276388,
            "stop": 818276389
        },
        {
            "start": 818276395,
            "stop": 818276397
        },
        {
            "start": 818277154,
            "stop": 818277156
        },
        {
            "start": 818277160,
            "stop": 818277163
        },
        {
            "start": 818277180,
            "stop": 818277181
        },
        {
            "start": 818277338,
            "stop": 818277339
        },
        {
            "start": 818277760,
            "stop": 818277761
        },
        {
            "start": 818277953,
            "stop": 818277954
        },
        {
            "start": 818278001,
            "stop": 818278002
        },
        {
            "start": 818278119,
            "stop": 818278120
        },
        {
            "start": 818278256,
            "stop": 818278257
        }
    ]
}