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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7682",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7680",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7681,
    "results": [
        {
            "start": 971028522,
            "stop": 971028607
        },
        {
            "start": 971028610,
            "stop": 971028763
        },
        {
            "start": 971028766,
            "stop": 971028770
        },
        {
            "start": 971028773,
            "stop": 971028846
        },
        {
            "start": 971028849,
            "stop": 971028877
        },
        {
            "start": 971028880,
            "stop": 971028922
        },
        {
            "start": 971028935,
            "stop": 971028941
        },
        {
            "start": 971028944,
            "stop": 971029099
        },
        {
            "start": 971029103,
            "stop": 971029216
        },
        {
            "start": 971029576,
            "stop": 971029627
        },
        {
            "start": 971029630,
            "stop": 971029636
        },
        {
            "start": 971029756,
            "stop": 971029771
        },
        {
            "start": 971029774,
            "stop": 971029960
        },
        {
            "start": 971029963,
            "stop": 971029971
        },
        {
            "start": 971029974,
            "stop": 971030026
        },
        {
            "start": 971030029,
            "stop": 971030056
        },
        {
            "start": 971030236,
            "stop": 971030256
        },
        {
            "start": 971030259,
            "stop": 971030301
        },
        {
            "start": 971030304,
            "stop": 971030306
        },
        {
            "start": 971030309,
            "stop": 971030335
        }
    ]
}