Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2150
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2149",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2150,
    "results": [
        {
            "start": 868664226,
            "stop": 868701136
        },
        {
            "start": 868701749,
            "stop": 868713012
        },
        {
            "start": 868713018,
            "stop": 868713377
        },
        {
            "start": 868713383,
            "stop": 868718617
        },
        {
            "start": 868718630,
            "stop": 868718650
        },
        {
            "start": 868718655,
            "stop": 868719526
        },
        {
            "start": 868735878,
            "stop": 868736420
        },
        {
            "start": 868736425,
            "stop": 868739150
        },
        {
            "start": 868739155,
            "stop": 868739272
        },
        {
            "start": 868739280,
            "stop": 868742622
        },
        {
            "start": 868742628,
            "stop": 868742970
        },
        {
            "start": 868742975,
            "stop": 868744740
        },
        {
            "start": 868746343,
            "stop": 868748345
        },
        {
            "start": 868748557,
            "stop": 868751229
        },
        {
            "start": 868751230,
            "stop": 868752977
        },
        {
            "start": 868754245,
            "stop": 868770567
        },
        {
            "start": 868770569,
            "stop": 868790389
        },
        {
            "start": 868790391,
            "stop": 868793878
        },
        {
            "start": 868793880,
            "stop": 868793912
        },
        {
            "start": 868842015,
            "stop": 868851330
        }
    ]
}