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=9079
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=9080",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9078",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9079,
    "results": [
        {
            "start": 874622597,
            "stop": 874622724
        },
        {
            "start": 874622743,
            "stop": 874622776
        },
        {
            "start": 874622796,
            "stop": 874623395
        },
        {
            "start": 874623412,
            "stop": 874624420
        },
        {
            "start": 874624437,
            "stop": 874625431
        },
        {
            "start": 874625476,
            "stop": 874625670
        },
        {
            "start": 874625689,
            "stop": 874625790
        },
        {
            "start": 874625809,
            "stop": 874625973
        },
        {
            "start": 874625994,
            "stop": 874626037
        },
        {
            "start": 874626056,
            "stop": 874626211
        },
        {
            "start": 874626230,
            "stop": 874626963
        },
        {
            "start": 874626980,
            "stop": 874626988
        },
        {
            "start": 874627010,
            "stop": 874627571
        },
        {
            "start": 874627590,
            "stop": 874630927
        },
        {
            "start": 874630946,
            "stop": 874631297
        },
        {
            "start": 874631316,
            "stop": 874632117
        },
        {
            "start": 874632136,
            "stop": 874632810
        },
        {
            "start": 874632831,
            "stop": 874632876
        },
        {
            "start": 874632895,
            "stop": 874633385
        },
        {
            "start": 874633404,
            "stop": 874634037
        }
    ]
}