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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=206",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 207,
    "results": [
        {
            "start": 818206760,
            "stop": 818206764
        },
        {
            "start": 818206775,
            "stop": 818206777
        },
        {
            "start": 818206780,
            "stop": 818206782
        },
        {
            "start": 818206789,
            "stop": 818206792
        },
        {
            "start": 818206805,
            "stop": 818206807
        },
        {
            "start": 818206831,
            "stop": 818206832
        },
        {
            "start": 818206862,
            "stop": 818206864
        },
        {
            "start": 818206872,
            "stop": 818206877
        },
        {
            "start": 818206885,
            "stop": 818206886
        },
        {
            "start": 818206890,
            "stop": 818206893
        },
        {
            "start": 818206898,
            "stop": 818206905
        },
        {
            "start": 818206909,
            "stop": 818206912
        },
        {
            "start": 818206915,
            "stop": 818206920
        },
        {
            "start": 818206928,
            "stop": 818206929
        },
        {
            "start": 818206936,
            "stop": 818206937
        },
        {
            "start": 818206943,
            "stop": 818206945
        },
        {
            "start": 818206952,
            "stop": 818206953
        },
        {
            "start": 818206980,
            "stop": 818206981
        },
        {
            "start": 818206991,
            "stop": 818206994
        },
        {
            "start": 818206998,
            "stop": 818206999
        }
    ]
}