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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=19",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 20,
    "results": [
        {
            "start": 816275589,
            "stop": 816275590
        },
        {
            "start": 816275625,
            "stop": 816275632
        },
        {
            "start": 816275636,
            "stop": 816275645
        },
        {
            "start": 816275651,
            "stop": 816275653
        },
        {
            "start": 816275658,
            "stop": 816275668
        },
        {
            "start": 816275672,
            "stop": 816275683
        },
        {
            "start": 816275714,
            "stop": 816275715
        },
        {
            "start": 816275725,
            "stop": 816275739
        },
        {
            "start": 816275745,
            "stop": 816275748
        },
        {
            "start": 816275753,
            "stop": 816275776
        },
        {
            "start": 816275779,
            "stop": 816275789
        },
        {
            "start": 816275800,
            "stop": 816275841
        },
        {
            "start": 816275851,
            "stop": 816276022
        },
        {
            "start": 816276028,
            "stop": 816276031
        },
        {
            "start": 816276035,
            "stop": 816276135
        },
        {
            "start": 816276141,
            "stop": 816276156
        },
        {
            "start": 816276161,
            "stop": 816276174
        },
        {
            "start": 816276179,
            "stop": 816276202
        },
        {
            "start": 816276209,
            "stop": 816276213
        },
        {
            "start": 816276222,
            "stop": 816276229
        }
    ]
}