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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3584",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3582",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3583,
    "results": [
        {
            "start": 871826121,
            "stop": 871826450
        },
        {
            "start": 871826467,
            "stop": 871826788
        },
        {
            "start": 871826806,
            "stop": 871826880
        },
        {
            "start": 871826884,
            "stop": 871827181
        },
        {
            "start": 871827198,
            "stop": 871827444
        },
        {
            "start": 871827461,
            "stop": 871828624
        },
        {
            "start": 871828641,
            "stop": 871829182
        },
        {
            "start": 871829199,
            "stop": 871829968
        },
        {
            "start": 871829985,
            "stop": 871830062
        },
        {
            "start": 871830079,
            "stop": 871830123
        },
        {
            "start": 871830140,
            "stop": 871830149
        },
        {
            "start": 871830166,
            "stop": 871830270
        },
        {
            "start": 871830287,
            "stop": 871830293
        },
        {
            "start": 871830325,
            "stop": 871830427
        },
        {
            "start": 871830444,
            "stop": 871830455
        },
        {
            "start": 871830472,
            "stop": 871830723
        },
        {
            "start": 871830748,
            "stop": 871830874
        },
        {
            "start": 871830891,
            "stop": 871831036
        },
        {
            "start": 871831060,
            "stop": 871831371
        },
        {
            "start": 871831388,
            "stop": 871831620
        }
    ]
}