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=4753
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=4754",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4752",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4753,
    "results": [
        {
            "start": 874546543,
            "stop": 874546552
        },
        {
            "start": 874546620,
            "stop": 874546622
        },
        {
            "start": 874546642,
            "stop": 874546653
        },
        {
            "start": 874546740,
            "stop": 874546753
        },
        {
            "start": 874546772,
            "stop": 874546800
        },
        {
            "start": 874546882,
            "stop": 874546884
        },
        {
            "start": 874546903,
            "stop": 874546910
        },
        {
            "start": 874546929,
            "stop": 874546952
        },
        {
            "start": 874546971,
            "stop": 874546980
        },
        {
            "start": 874547100,
            "stop": 874547101
        },
        {
            "start": 874547122,
            "stop": 874547149
        },
        {
            "start": 874547340,
            "stop": 874547366
        },
        {
            "start": 874547386,
            "stop": 874547400
        },
        {
            "start": 874547598,
            "stop": 874547606
        },
        {
            "start": 874547625,
            "stop": 874547671
        },
        {
            "start": 874547690,
            "stop": 874547700
        },
        {
            "start": 874547760,
            "stop": 874547824
        },
        {
            "start": 874547940,
            "stop": 874547959
        },
        {
            "start": 874547993,
            "stop": 874548120
        },
        {
            "start": 874548180,
            "stop": 874548181
        }
    ]
}