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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=105",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 106,
    "results": [
        {
            "start": 833947521,
            "stop": 833947562
        },
        {
            "start": 833956668,
            "stop": 833961980
        },
        {
            "start": 833961986,
            "stop": 833964688
        },
        {
            "start": 833965248,
            "stop": 833992276
        },
        {
            "start": 833992281,
            "stop": 833992713
        },
        {
            "start": 833993181,
            "stop": 834009842
        },
        {
            "start": 834009847,
            "stop": 834022882
        },
        {
            "start": 834022889,
            "stop": 834037337
        },
        {
            "start": 834038517,
            "stop": 834039002
        },
        {
            "start": 834039014,
            "stop": 834040676
        },
        {
            "start": 834040850,
            "stop": 834047985
        },
        {
            "start": 834054406,
            "stop": 834069564
        },
        {
            "start": 834074572,
            "stop": 834074637
        },
        {
            "start": 834074719,
            "stop": 834090423
        },
        {
            "start": 834090429,
            "stop": 834092007
        },
        {
            "start": 834095636,
            "stop": 834097569
        },
        {
            "start": 834097576,
            "stop": 834097728
        },
        {
            "start": 834099588,
            "stop": 834105136
        },
        {
            "start": 834105142,
            "stop": 834105154
        },
        {
            "start": 834108925,
            "stop": 834109666
        }
    ]
}