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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9123",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9124,
    "results": [
        {
            "start": 875050674,
            "stop": 875050691
        },
        {
            "start": 875050710,
            "stop": 875051071
        },
        {
            "start": 875051098,
            "stop": 875052674
        },
        {
            "start": 875052856,
            "stop": 875053187
        },
        {
            "start": 875053206,
            "stop": 875053730
        },
        {
            "start": 875053749,
            "stop": 875053764
        },
        {
            "start": 875053784,
            "stop": 875053797
        },
        {
            "start": 875053859,
            "stop": 875054403
        },
        {
            "start": 875054422,
            "stop": 875054428
        },
        {
            "start": 875054447,
            "stop": 875054507
        },
        {
            "start": 875054526,
            "stop": 875054762
        },
        {
            "start": 875054783,
            "stop": 875054907
        },
        {
            "start": 875054940,
            "stop": 875055163
        },
        {
            "start": 875055182,
            "stop": 875055444
        },
        {
            "start": 875055463,
            "stop": 875055483
        },
        {
            "start": 875055502,
            "stop": 875056121
        },
        {
            "start": 875056140,
            "stop": 875056198
        },
        {
            "start": 875056219,
            "stop": 875056359
        },
        {
            "start": 875056383,
            "stop": 875061244
        },
        {
            "start": 875061320,
            "stop": 875062673
        }
    ]
}