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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=58",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 59,
    "results": [
        {
            "start": 1403327852,
            "stop": 1403328461
        },
        {
            "start": 1403328464,
            "stop": 1403332525
        },
        {
            "start": 1403332529,
            "stop": 1403355157
        },
        {
            "start": 1403355162,
            "stop": 1403355618
        },
        {
            "start": 1403388029,
            "stop": 1403388919
        },
        {
            "start": 1403388920,
            "stop": 1403391675
        },
        {
            "start": 1403391680,
            "stop": 1403391971
        },
        {
            "start": 1403391974,
            "stop": 1403400813
        },
        {
            "start": 1403400816,
            "stop": 1403406131
        },
        {
            "start": 1403406135,
            "stop": 1403423083
        },
        {
            "start": 1403423088,
            "stop": 1403429630
        },
        {
            "start": 1403429634,
            "stop": 1403432175
        },
        {
            "start": 1403432177,
            "stop": 1403436893
        },
        {
            "start": 1403448163,
            "stop": 1403449876
        },
        {
            "start": 1403449879,
            "stop": 1403464438
        },
        {
            "start": 1403466347,
            "stop": 1403467838
        },
        {
            "start": 1403467851,
            "stop": 1403472533
        },
        {
            "start": 1403472715,
            "stop": 1403481627
        },
        {
            "start": 1403481630,
            "stop": 1403482825
        },
        {
            "start": 1403482826,
            "stop": 1403484705
        }
    ]
}