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=86
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=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=85",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 86,
    "results": [
        {
            "start": 823671786,
            "stop": 823672149
        },
        {
            "start": 823672151,
            "stop": 823672201
        },
        {
            "start": 823672444,
            "stop": 823672468
        },
        {
            "start": 823672471,
            "stop": 823672496
        },
        {
            "start": 823672498,
            "stop": 823672599
        },
        {
            "start": 823672718,
            "stop": 823672765
        },
        {
            "start": 823745763,
            "stop": 823746432
        },
        {
            "start": 823746434,
            "stop": 823748450
        },
        {
            "start": 823748452,
            "stop": 823755724
        },
        {
            "start": 823757913,
            "stop": 823765635
        },
        {
            "start": 823765637,
            "stop": 823765683
        },
        {
            "start": 823765685,
            "stop": 823765964
        },
        {
            "start": 823765966,
            "stop": 823765988
        },
        {
            "start": 823766797,
            "stop": 823766935
        },
        {
            "start": 823766937,
            "stop": 823766959
        },
        {
            "start": 823766963,
            "stop": 823767122
        },
        {
            "start": 823767124,
            "stop": 823770688
        },
        {
            "start": 823770690,
            "stop": 823773680
        },
        {
            "start": 823774083,
            "stop": 823774258
        },
        {
            "start": 823775445,
            "stop": 823776153
        }
    ]
}