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_CAT1/segments?format=api&page=9
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=10",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=8",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 9,
    "results": [
        {
            "start": 816925642,
            "stop": 816942143
        },
        {
            "start": 816942147,
            "stop": 816942164
        },
        {
            "start": 816942166,
            "stop": 816942185
        },
        {
            "start": 816942186,
            "stop": 816942193
        },
        {
            "start": 816942195,
            "stop": 816942228
        },
        {
            "start": 816942231,
            "stop": 816942299
        },
        {
            "start": 816942301,
            "stop": 816942392
        },
        {
            "start": 816942394,
            "stop": 816956867
        },
        {
            "start": 816956869,
            "stop": 816966220
        },
        {
            "start": 816966223,
            "stop": 816966407
        },
        {
            "start": 816971577,
            "stop": 816980599
        },
        {
            "start": 816981203,
            "stop": 816984781
        },
        {
            "start": 816984785,
            "stop": 816991001
        },
        {
            "start": 816991005,
            "stop": 816992064
        },
        {
            "start": 816992067,
            "stop": 816998991
        },
        {
            "start": 816998993,
            "stop": 817004796
        },
        {
            "start": 817005314,
            "stop": 817013479
        },
        {
            "start": 817013482,
            "stop": 817027246
        },
        {
            "start": 817027248,
            "stop": 817027249
        },
        {
            "start": 817027251,
            "stop": 817027252
        }
    ]
}