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=17
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=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 17,
    "results": [
        {
            "start": 816311986,
            "stop": 816314292
        },
        {
            "start": 816314942,
            "stop": 816318141
        },
        {
            "start": 816321073,
            "stop": 816323862
        },
        {
            "start": 816325335,
            "stop": 816330324
        },
        {
            "start": 816330886,
            "stop": 816336990
        },
        {
            "start": 816338522,
            "stop": 816338860
        },
        {
            "start": 816338864,
            "stop": 816339497
        },
        {
            "start": 816339500,
            "stop": 816341887
        },
        {
            "start": 816344402,
            "stop": 816348173
        },
        {
            "start": 816349019,
            "stop": 816349167
        },
        {
            "start": 816349171,
            "stop": 816351450
        },
        {
            "start": 816355410,
            "stop": 816355950
        },
        {
            "start": 816358470,
            "stop": 816358531
        },
        {
            "start": 816358534,
            "stop": 816358781
        },
        {
            "start": 816362511,
            "stop": 816362532
        },
        {
            "start": 816362544,
            "stop": 816362562
        },
        {
            "start": 816362566,
            "stop": 816362685
        },
        {
            "start": 816362688,
            "stop": 816362735
        },
        {
            "start": 816362739,
            "stop": 816362850
        },
        {
            "start": 816362853,
            "stop": 816362904
        }
    ]
}