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=5131
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=5132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5130",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5131,
    "results": [
        {
            "start": 874734067,
            "stop": 874734087
        },
        {
            "start": 874734111,
            "stop": 874734126
        },
        {
            "start": 874734156,
            "stop": 874734306
        },
        {
            "start": 874734325,
            "stop": 874734358
        },
        {
            "start": 874734377,
            "stop": 874734468
        },
        {
            "start": 874734487,
            "stop": 874734500
        },
        {
            "start": 874734519,
            "stop": 874734834
        },
        {
            "start": 874734853,
            "stop": 874734952
        },
        {
            "start": 874734971,
            "stop": 874735050
        },
        {
            "start": 874735069,
            "stop": 874735072
        },
        {
            "start": 874735094,
            "stop": 874735268
        },
        {
            "start": 874735287,
            "stop": 874735339
        },
        {
            "start": 874735358,
            "stop": 874735607
        },
        {
            "start": 874735631,
            "stop": 874735851
        },
        {
            "start": 874735871,
            "stop": 874735923
        },
        {
            "start": 874735942,
            "stop": 874735961
        },
        {
            "start": 874735981,
            "stop": 874735990
        },
        {
            "start": 874736011,
            "stop": 874736066
        },
        {
            "start": 874736086,
            "stop": 874736240
        },
        {
            "start": 874736260,
            "stop": 874736271
        }
    ]
}