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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14454",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14452",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14453,
    "results": [
        {
            "start": 971560875,
            "stop": 971560883
        },
        {
            "start": 971560884,
            "stop": 971560889
        },
        {
            "start": 971560891,
            "stop": 971560903
        },
        {
            "start": 971560904,
            "stop": 971560919
        },
        {
            "start": 971560920,
            "stop": 971560922
        },
        {
            "start": 971560923,
            "stop": 971560924
        },
        {
            "start": 971560927,
            "stop": 971560930
        },
        {
            "start": 971560933,
            "stop": 971560936
        },
        {
            "start": 971560937,
            "stop": 971560952
        },
        {
            "start": 971560953,
            "stop": 971560957
        },
        {
            "start": 971560960,
            "stop": 971560962
        },
        {
            "start": 971560964,
            "stop": 971560976
        },
        {
            "start": 971560978,
            "stop": 971560982
        },
        {
            "start": 971560984,
            "stop": 971560986
        },
        {
            "start": 971560988,
            "stop": 971561000
        },
        {
            "start": 971561001,
            "stop": 971561004
        },
        {
            "start": 971561008,
            "stop": 971561030
        },
        {
            "start": 971561033,
            "stop": 971561034
        },
        {
            "start": 971561035,
            "stop": 971561036
        },
        {
            "start": 971561037,
            "stop": 971561043
        }
    ]
}