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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3774",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3772",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3773,
    "results": [
        {
            "start": 874256100,
            "stop": 874256149
        },
        {
            "start": 874256166,
            "stop": 874256700
        },
        {
            "start": 874256760,
            "stop": 874256990
        },
        {
            "start": 874257007,
            "stop": 874257884
        },
        {
            "start": 874258125,
            "stop": 874258560
        },
        {
            "start": 874258620,
            "stop": 874258700
        },
        {
            "start": 874258717,
            "stop": 874259160
        },
        {
            "start": 874259220,
            "stop": 874260180
        },
        {
            "start": 874260480,
            "stop": 874261380
        },
        {
            "start": 874261500,
            "stop": 874262520
        },
        {
            "start": 874262580,
            "stop": 874263347
        },
        {
            "start": 874267336,
            "stop": 874267490
        },
        {
            "start": 874267507,
            "stop": 874268898
        },
        {
            "start": 874268901,
            "stop": 874268915
        },
        {
            "start": 874268919,
            "stop": 874269900
        },
        {
            "start": 874269960,
            "stop": 874270500
        },
        {
            "start": 874270560,
            "stop": 874270643
        },
        {
            "start": 874270660,
            "stop": 874270878
        },
        {
            "start": 874270895,
            "stop": 874270983
        },
        {
            "start": 874271000,
            "stop": 874271100
        }
    ]
}