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=5127
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=5128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5126",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5127,
    "results": [
        {
            "start": 874725427,
            "stop": 874725434
        },
        {
            "start": 874725453,
            "stop": 874725675
        },
        {
            "start": 874725694,
            "stop": 874725841
        },
        {
            "start": 874725860,
            "stop": 874725891
        },
        {
            "start": 874725910,
            "stop": 874725953
        },
        {
            "start": 874725978,
            "stop": 874726060
        },
        {
            "start": 874726079,
            "stop": 874726092
        },
        {
            "start": 874726111,
            "stop": 874726245
        },
        {
            "start": 874726277,
            "stop": 874726370
        },
        {
            "start": 874726399,
            "stop": 874726592
        },
        {
            "start": 874726611,
            "stop": 874726760
        },
        {
            "start": 874726779,
            "stop": 874727102
        },
        {
            "start": 874727121,
            "stop": 874727381
        },
        {
            "start": 874727400,
            "stop": 874727554
        },
        {
            "start": 874727594,
            "stop": 874727611
        },
        {
            "start": 874727630,
            "stop": 874727763
        },
        {
            "start": 874727793,
            "stop": 874727857
        },
        {
            "start": 874727892,
            "stop": 874727990
        },
        {
            "start": 874728010,
            "stop": 874728023
        },
        {
            "start": 874728042,
            "stop": 874728138
        }
    ]
}