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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6032",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6030",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6031,
    "results": [
        {
            "start": 873670551,
            "stop": 873670561
        },
        {
            "start": 873670562,
            "stop": 873670575
        },
        {
            "start": 873670577,
            "stop": 873670604
        },
        {
            "start": 873670605,
            "stop": 873670645
        },
        {
            "start": 873670646,
            "stop": 873670712
        },
        {
            "start": 873670713,
            "stop": 873670742
        },
        {
            "start": 873670743,
            "stop": 873670750
        },
        {
            "start": 873670751,
            "stop": 873670768
        },
        {
            "start": 873670770,
            "stop": 873670790
        },
        {
            "start": 873670792,
            "stop": 873670834
        },
        {
            "start": 873670836,
            "stop": 873670857
        },
        {
            "start": 873670858,
            "stop": 873670888
        },
        {
            "start": 873670889,
            "stop": 873670910
        },
        {
            "start": 873670911,
            "stop": 873670936
        },
        {
            "start": 873670937,
            "stop": 873670979
        },
        {
            "start": 873670981,
            "stop": 873671026
        },
        {
            "start": 873671028,
            "stop": 873671074
        },
        {
            "start": 873671075,
            "stop": 873671087
        },
        {
            "start": 873671089,
            "stop": 873671129
        },
        {
            "start": 873671131,
            "stop": 873671253
        }
    ]
}