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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5192",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5193,
    "results": [
        {
            "start": 874807936,
            "stop": 874812431
        },
        {
            "start": 874812438,
            "stop": 874812484
        },
        {
            "start": 874812491,
            "stop": 874813359
        },
        {
            "start": 874813366,
            "stop": 874813542
        },
        {
            "start": 874813549,
            "stop": 874813732
        },
        {
            "start": 874813739,
            "stop": 874813780
        },
        {
            "start": 874813787,
            "stop": 874813958
        },
        {
            "start": 874813969,
            "stop": 874814240
        },
        {
            "start": 874814247,
            "stop": 874814519
        },
        {
            "start": 874814526,
            "stop": 874814764
        },
        {
            "start": 874814771,
            "stop": 874815807
        },
        {
            "start": 874815815,
            "stop": 874815817
        },
        {
            "start": 874815824,
            "stop": 874816979
        },
        {
            "start": 874816986,
            "stop": 874817019
        },
        {
            "start": 874817027,
            "stop": 874817068
        },
        {
            "start": 874817075,
            "stop": 874817229
        },
        {
            "start": 874817244,
            "stop": 874817301
        },
        {
            "start": 874817308,
            "stop": 874817321
        },
        {
            "start": 874817328,
            "stop": 874817356
        },
        {
            "start": 874817363,
            "stop": 874817418
        }
    ]
}