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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=79",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 80,
    "results": [
        {
            "start": 816799353,
            "stop": 816804283
        },
        {
            "start": 816804464,
            "stop": 816807193
        },
        {
            "start": 816810817,
            "stop": 816813792
        },
        {
            "start": 816813805,
            "stop": 816814054
        },
        {
            "start": 816814055,
            "stop": 816814189
        },
        {
            "start": 816814363,
            "stop": 816814451
        },
        {
            "start": 816815361,
            "stop": 816815420
        },
        {
            "start": 816816150,
            "stop": 816817108
        },
        {
            "start": 816817121,
            "stop": 816817222
        },
        {
            "start": 816817235,
            "stop": 816818371
        },
        {
            "start": 816818383,
            "stop": 816818413
        },
        {
            "start": 816819345,
            "stop": 816820005
        },
        {
            "start": 816820012,
            "stop": 816823625
        },
        {
            "start": 816823792,
            "stop": 816823839
        },
        {
            "start": 816823944,
            "stop": 816829677
        },
        {
            "start": 816829678,
            "stop": 816835018
        },
        {
            "start": 816835031,
            "stop": 816845803
        },
        {
            "start": 816846044,
            "stop": 816847619
        },
        {
            "start": 816847632,
            "stop": 816852260
        },
        {
            "start": 816852273,
            "stop": 816857863
        }
    ]
}