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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7425",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7423",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7424,
    "results": [
        {
            "start": 969930468,
            "stop": 969930587
        },
        {
            "start": 969930707,
            "stop": 969931342
        },
        {
            "start": 969931345,
            "stop": 969931372
        },
        {
            "start": 969931375,
            "stop": 969931487
        },
        {
            "start": 969931547,
            "stop": 969931667
        },
        {
            "start": 969931727,
            "stop": 969931870
        },
        {
            "start": 969931873,
            "stop": 969932740
        },
        {
            "start": 969932743,
            "stop": 969934590
        },
        {
            "start": 969934593,
            "stop": 969935101
        },
        {
            "start": 969935104,
            "stop": 969935282
        },
        {
            "start": 969935285,
            "stop": 969935694
        },
        {
            "start": 969935697,
            "stop": 969937293
        },
        {
            "start": 969937296,
            "stop": 969937931
        },
        {
            "start": 969937934,
            "stop": 969939536
        },
        {
            "start": 969939539,
            "stop": 969939582
        },
        {
            "start": 969939585,
            "stop": 969940059
        },
        {
            "start": 969940062,
            "stop": 969941766
        },
        {
            "start": 969941769,
            "stop": 969943648
        },
        {
            "start": 969943651,
            "stop": 969944301
        },
        {
            "start": 969944304,
            "stop": 969945940
        }
    ]
}