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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4242",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4243,
    "results": [
        {
            "start": 874562880,
            "stop": 874562893
        },
        {
            "start": 874562912,
            "stop": 874562960
        },
        {
            "start": 874562980,
            "stop": 874562988
        },
        {
            "start": 874563030,
            "stop": 874563053
        },
        {
            "start": 874564020,
            "stop": 874564029
        },
        {
            "start": 874564051,
            "stop": 874564064
        },
        {
            "start": 874564083,
            "stop": 874564117
        },
        {
            "start": 874564136,
            "stop": 874564140
        },
        {
            "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
        }
    ]
}