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_CAT4/segments?format=api&page=7665
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=7666",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7664",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7665,
    "results": [
        {
            "start": 971028196,
            "stop": 971028303
        },
        {
            "start": 971028306,
            "stop": 971028353
        },
        {
            "start": 971028364,
            "stop": 971028407
        },
        {
            "start": 971028418,
            "stop": 971028463
        },
        {
            "start": 971028466,
            "stop": 971028519
        },
        {
            "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
        }
    ]
}