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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=88",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 89,
    "results": [
        {
            "start": 818419755,
            "stop": 818422765
        },
        {
            "start": 818422769,
            "stop": 818426005
        },
        {
            "start": 818426011,
            "stop": 818426533
        },
        {
            "start": 818428397,
            "stop": 818430709
        },
        {
            "start": 818430713,
            "stop": 818435160
        },
        {
            "start": 818435220,
            "stop": 818438953
        },
        {
            "start": 818448634,
            "stop": 818449333
        },
        {
            "start": 818449563,
            "stop": 818449864
        },
        {
            "start": 818449901,
            "stop": 818454073
        },
        {
            "start": 818456437,
            "stop": 818456454
        },
        {
            "start": 818456528,
            "stop": 818457133
        },
        {
            "start": 818457864,
            "stop": 818458200
        },
        {
            "start": 818458320,
            "stop": 818460073
        },
        {
            "start": 818460089,
            "stop": 818460090
        },
        {
            "start": 818462869,
            "stop": 818464200
        },
        {
            "start": 818464260,
            "stop": 818464320
        },
        {
            "start": 818464380,
            "stop": 818465160
        },
        {
            "start": 818465220,
            "stop": 818465700
        },
        {
            "start": 818465760,
            "stop": 818466300
        },
        {
            "start": 818466360,
            "stop": 818467560
        }
    ]
}