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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9096",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9094",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9095,
    "results": [
        {
            "start": 874725382,
            "stop": 874725941
        },
        {
            "start": 874725960,
            "stop": 874726364
        },
        {
            "start": 874726381,
            "stop": 874726660
        },
        {
            "start": 874726677,
            "stop": 874727670
        },
        {
            "start": 874727687,
            "stop": 874727703
        },
        {
            "start": 874727720,
            "stop": 874727958
        },
        {
            "start": 874727978,
            "stop": 874728191
        },
        {
            "start": 874728208,
            "stop": 874729405
        },
        {
            "start": 874729424,
            "stop": 874730082
        },
        {
            "start": 874730101,
            "stop": 874730933
        },
        {
            "start": 874730952,
            "stop": 874731167
        },
        {
            "start": 874731186,
            "stop": 874731345
        },
        {
            "start": 874731365,
            "stop": 874731482
        },
        {
            "start": 874731501,
            "stop": 874731575
        },
        {
            "start": 874731592,
            "stop": 874731593
        },
        {
            "start": 874731612,
            "stop": 874731692
        },
        {
            "start": 874731709,
            "stop": 874732173
        },
        {
            "start": 874732190,
            "stop": 874732206
        },
        {
            "start": 874732226,
            "stop": 874732355
        },
        {
            "start": 874732374,
            "stop": 874732857
        }
    ]
}