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=4761
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=4762",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4760",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4761,
    "results": [
        {
            "start": 874564260,
            "stop": 874564306
        },
        {
            "start": 874564344,
            "stop": 874564364
        },
        {
            "start": 874564560,
            "stop": 874564620
        },
        {
            "start": 874564808,
            "stop": 874564837
        },
        {
            "start": 874564856,
            "stop": 874564860
        },
        {
            "start": 874564920,
            "stop": 874564958
        },
        {
            "start": 874565010,
            "stop": 874565120
        },
        {
            "start": 874565140,
            "stop": 874565143
        },
        {
            "start": 874565177,
            "stop": 874565215
        },
        {
            "start": 874565366,
            "stop": 874565452
        },
        {
            "start": 874565471,
            "stop": 874565501
        },
        {
            "start": 874565525,
            "stop": 874565548
        },
        {
            "start": 874565599,
            "stop": 874565700
        },
        {
            "start": 874565880,
            "stop": 874565927
        },
        {
            "start": 874566000,
            "stop": 874566011
        },
        {
            "start": 874566039,
            "stop": 874566073
        },
        {
            "start": 874566092,
            "stop": 874566120
        },
        {
            "start": 874566180,
            "stop": 874566240
        },
        {
            "start": 874566361,
            "stop": 874566374
        },
        {
            "start": 874566416,
            "stop": 874566420
        }
    ]
}