Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=203
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=202",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 203,
    "results": [
        {
            "start": 843198269,
            "stop": 843199793
        },
        {
            "start": 843200835,
            "stop": 843201421
        },
        {
            "start": 843201934,
            "stop": 843202030
        },
        {
            "start": 843202821,
            "stop": 843202983
        },
        {
            "start": 843210529,
            "stop": 843210826
        },
        {
            "start": 843213183,
            "stop": 843216013
        },
        {
            "start": 843216039,
            "stop": 843216040
        },
        {
            "start": 843216219,
            "stop": 843226087
        },
        {
            "start": 843227281,
            "stop": 843231433
        },
        {
            "start": 843232097,
            "stop": 843233745
        },
        {
            "start": 843235215,
            "stop": 843235958
        },
        {
            "start": 843238130,
            "stop": 843238925
        },
        {
            "start": 843241011,
            "stop": 843242473
        },
        {
            "start": 843244197,
            "stop": 843246553
        },
        {
            "start": 843248449,
            "stop": 843248685
        },
        {
            "start": 843250089,
            "stop": 843256756
        },
        {
            "start": 843256916,
            "stop": 843265268
        },
        {
            "start": 843267793,
            "stop": 843287593
        },
        {
            "start": 843287605,
            "stop": 843287606
        },
        {
            "start": 843288284,
            "stop": 843292633
        }
    ]
}