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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5055",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5053",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5054,
    "results": [
        {
            "start": 874600789,
            "stop": 874600803
        },
        {
            "start": 874600829,
            "stop": 874600864
        },
        {
            "start": 874600898,
            "stop": 874600971
        },
        {
            "start": 874600990,
            "stop": 874601010
        },
        {
            "start": 874601114,
            "stop": 874601131
        },
        {
            "start": 874601150,
            "stop": 874601286
        },
        {
            "start": 874601327,
            "stop": 874601342
        },
        {
            "start": 874601361,
            "stop": 874601370
        },
        {
            "start": 874601398,
            "stop": 874601454
        },
        {
            "start": 874601473,
            "stop": 874601484
        },
        {
            "start": 874601511,
            "stop": 874601534
        },
        {
            "start": 874601553,
            "stop": 874601711
        },
        {
            "start": 874601730,
            "stop": 874601767
        },
        {
            "start": 874601786,
            "stop": 874601806
        },
        {
            "start": 874601867,
            "stop": 874601887
        },
        {
            "start": 874601907,
            "stop": 874601937
        },
        {
            "start": 874601956,
            "stop": 874601962
        },
        {
            "start": 874602086,
            "stop": 874602097
        },
        {
            "start": 874602119,
            "stop": 874602135
        },
        {
            "start": 874602171,
            "stop": 874602176
        }
    ]
}