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=40
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=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=39",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 40,
    "results": [
        {
            "start": 816693123,
            "stop": 816693206
        },
        {
            "start": 816693209,
            "stop": 816693514
        },
        {
            "start": 816693517,
            "stop": 816693626
        },
        {
            "start": 816693629,
            "stop": 816693650
        },
        {
            "start": 816693653,
            "stop": 816693661
        },
        {
            "start": 816693664,
            "stop": 816693679
        },
        {
            "start": 816693682,
            "stop": 816693684
        },
        {
            "start": 816693687,
            "stop": 816693772
        },
        {
            "start": 816693775,
            "stop": 816693785
        },
        {
            "start": 816737408,
            "stop": 816737425
        },
        {
            "start": 816737431,
            "stop": 816737433
        },
        {
            "start": 816737438,
            "stop": 816737463
        },
        {
            "start": 816737466,
            "stop": 816737804
        },
        {
            "start": 816737808,
            "stop": 816737828
        },
        {
            "start": 816737834,
            "stop": 816738413
        },
        {
            "start": 816738416,
            "stop": 816738606
        },
        {
            "start": 816738609,
            "stop": 816738714
        },
        {
            "start": 816738717,
            "stop": 816739560
        },
        {
            "start": 816739563,
            "stop": 816739611
        },
        {
            "start": 816739619,
            "stop": 816740981
        }
    ]
}