Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=44
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=43",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 44,
    "results": [
        {
            "start": 816773020,
            "stop": 816773086
        },
        {
            "start": 816775140,
            "stop": 816775170
        },
        {
            "start": 816821542,
            "stop": 816821564
        },
        {
            "start": 816825524,
            "stop": 816825625
        },
        {
            "start": 816825628,
            "stop": 816825690
        },
        {
            "start": 816827265,
            "stop": 816828762
        },
        {
            "start": 816828765,
            "stop": 816830589
        },
        {
            "start": 816831356,
            "stop": 816833182
        },
        {
            "start": 816840345,
            "stop": 816841080
        },
        {
            "start": 816841140,
            "stop": 816848757
        },
        {
            "start": 816848760,
            "stop": 816851414
        },
        {
            "start": 816851418,
            "stop": 816851504
        },
        {
            "start": 816852661,
            "stop": 816855690
        },
        {
            "start": 816858141,
            "stop": 816859589
        },
        {
            "start": 816859592,
            "stop": 816859676
        },
        {
            "start": 816859680,
            "stop": 816863982
        },
        {
            "start": 816908980,
            "stop": 816909103
        },
        {
            "start": 816909106,
            "stop": 816909509
        },
        {
            "start": 816909512,
            "stop": 816910300
        },
        {
            "start": 816910303,
            "stop": 816910695
        }
    ]
}