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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14851",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14849",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14850,
    "results": [
        {
            "start": 971402661,
            "stop": 971402667
        },
        {
            "start": 971402668,
            "stop": 971402709
        },
        {
            "start": 971402711,
            "stop": 971402717
        },
        {
            "start": 971402719,
            "stop": 971402721
        },
        {
            "start": 971402724,
            "stop": 971402733
        },
        {
            "start": 971402736,
            "stop": 971402769
        },
        {
            "start": 971402773,
            "stop": 971402776
        },
        {
            "start": 971402778,
            "stop": 971402779
        },
        {
            "start": 971402781,
            "stop": 971402819
        },
        {
            "start": 971402820,
            "stop": 971402824
        },
        {
            "start": 971402825,
            "stop": 971402827
        },
        {
            "start": 971402829,
            "stop": 971402837
        },
        {
            "start": 971402839,
            "stop": 971402841
        },
        {
            "start": 971402844,
            "stop": 971402853
        },
        {
            "start": 971402854,
            "stop": 971402861
        },
        {
            "start": 971402862,
            "stop": 971402864
        },
        {
            "start": 971402867,
            "stop": 971402868
        },
        {
            "start": 971402869,
            "stop": 971402872
        },
        {
            "start": 971402875,
            "stop": 971402890
        },
        {
            "start": 971402891,
            "stop": 971402894
        }
    ]
}