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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=390",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=388",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 389,
    "results": [
        {
            "start": 850414061,
            "stop": 850416052
        },
        {
            "start": 850416054,
            "stop": 850416123
        },
        {
            "start": 850416125,
            "stop": 850416163
        },
        {
            "start": 850416165,
            "stop": 850416249
        },
        {
            "start": 850416251,
            "stop": 850417050
        },
        {
            "start": 850417052,
            "stop": 850418511
        },
        {
            "start": 850418513,
            "stop": 850421582
        },
        {
            "start": 850421584,
            "stop": 850424674
        },
        {
            "start": 850424725,
            "stop": 850424782
        },
        {
            "start": 850424846,
            "stop": 850425563
        },
        {
            "start": 850426040,
            "stop": 850433033
        },
        {
            "start": 850433046,
            "stop": 850433686
        },
        {
            "start": 850433823,
            "stop": 850440693
        },
        {
            "start": 850440694,
            "stop": 850452743
        },
        {
            "start": 850452744,
            "stop": 850452947
        },
        {
            "start": 850453535,
            "stop": 850453689
        },
        {
            "start": 850453768,
            "stop": 850453771
        },
        {
            "start": 850453773,
            "stop": 850453829
        },
        {
            "start": 850453831,
            "stop": 850453971
        },
        {
            "start": 850453973,
            "stop": 850454013
        }
    ]
}