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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=7",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 8,
    "results": [
        {
            "start": 816098955,
            "stop": 816099113
        },
        {
            "start": 816132800,
            "stop": 816132810
        },
        {
            "start": 816229176,
            "stop": 816229199
        },
        {
            "start": 816229203,
            "stop": 816229210
        },
        {
            "start": 816229217,
            "stop": 816229226
        },
        {
            "start": 816229246,
            "stop": 816229259
        },
        {
            "start": 816229266,
            "stop": 816229269
        },
        {
            "start": 816229281,
            "stop": 816229313
        },
        {
            "start": 816229322,
            "stop": 816229335
        },
        {
            "start": 816229352,
            "stop": 816229353
        },
        {
            "start": 816229361,
            "stop": 816229375
        },
        {
            "start": 816229380,
            "stop": 816229382
        },
        {
            "start": 816229402,
            "stop": 816229425
        },
        {
            "start": 816229433,
            "stop": 816229504
        },
        {
            "start": 816229513,
            "stop": 816229536
        },
        {
            "start": 816229549,
            "stop": 816229581
        },
        {
            "start": 816229586,
            "stop": 816229590
        },
        {
            "start": 816229597,
            "stop": 816229635
        },
        {
            "start": 816229647,
            "stop": 816229708
        },
        {
            "start": 816229716,
            "stop": 816229736
        }
    ]
}