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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3970",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3968",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3969,
    "results": [
        {
            "start": 874560843,
            "stop": 874560845
        },
        {
            "start": 874560850,
            "stop": 874564860
        },
        {
            "start": 874564863,
            "stop": 874564976
        },
        {
            "start": 874564978,
            "stop": 874565790
        },
        {
            "start": 874565796,
            "stop": 874565926
        },
        {
            "start": 874565929,
            "stop": 874566357
        },
        {
            "start": 874566360,
            "stop": 874566487
        },
        {
            "start": 874566490,
            "stop": 874566502
        },
        {
            "start": 874566505,
            "stop": 874566936
        },
        {
            "start": 874566939,
            "stop": 874566955
        },
        {
            "start": 874566958,
            "stop": 874566960
        },
        {
            "start": 874566963,
            "stop": 874567042
        },
        {
            "start": 874567045,
            "stop": 874567345
        },
        {
            "start": 874567348,
            "stop": 874567350
        },
        {
            "start": 874567353,
            "stop": 874567363
        },
        {
            "start": 874567366,
            "stop": 874567367
        },
        {
            "start": 874567370,
            "stop": 874567375
        },
        {
            "start": 874567378,
            "stop": 874567642
        },
        {
            "start": 874567645,
            "stop": 874567674
        },
        {
            "start": 874567678,
            "stop": 874567926
        }
    ]
}