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=4614
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=4615",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4613",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4614,
    "results": [
        {
            "start": 874200029,
            "stop": 874200030
        },
        {
            "start": 874200049,
            "stop": 874200077
        },
        {
            "start": 874200115,
            "stop": 874200144
        },
        {
            "start": 874200195,
            "stop": 874200214
        },
        {
            "start": 874200233,
            "stop": 874200235
        },
        {
            "start": 874200254,
            "stop": 874200291
        },
        {
            "start": 874200310,
            "stop": 874200320
        },
        {
            "start": 874200342,
            "stop": 874200387
        },
        {
            "start": 874200480,
            "stop": 874200483
        },
        {
            "start": 874200512,
            "stop": 874200543
        },
        {
            "start": 874200566,
            "stop": 874200578
        },
        {
            "start": 874200597,
            "stop": 874200613
        },
        {
            "start": 874200630,
            "stop": 874200631
        },
        {
            "start": 874200650,
            "stop": 874200681
        },
        {
            "start": 874200706,
            "stop": 874200728
        },
        {
            "start": 874200747,
            "stop": 874200754
        },
        {
            "start": 874200774,
            "stop": 874200782
        },
        {
            "start": 874200801,
            "stop": 874200810
        },
        {
            "start": 874200831,
            "stop": 874200942
        },
        {
            "start": 874200961,
            "stop": 874200962
        }
    ]
}