Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=113
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=112",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 113,
    "results": [
        {
            "start": 817862120,
            "stop": 817862121
        },
        {
            "start": 817862128,
            "stop": 817862231
        },
        {
            "start": 817862235,
            "stop": 817862236
        },
        {
            "start": 817862239,
            "stop": 817862411
        },
        {
            "start": 817862418,
            "stop": 817862551
        },
        {
            "start": 817862554,
            "stop": 817862556
        },
        {
            "start": 817862560,
            "stop": 817862563
        },
        {
            "start": 817862569,
            "stop": 817862581
        },
        {
            "start": 817862585,
            "stop": 817862597
        },
        {
            "start": 817862601,
            "stop": 817862606
        },
        {
            "start": 817862611,
            "stop": 817862613
        },
        {
            "start": 817862617,
            "stop": 817862679
        },
        {
            "start": 817862683,
            "stop": 817862750
        },
        {
            "start": 817862757,
            "stop": 817862873
        },
        {
            "start": 817862876,
            "stop": 817862883
        },
        {
            "start": 817862886,
            "stop": 817862922
        },
        {
            "start": 817862926,
            "stop": 817862964
        },
        {
            "start": 817862968,
            "stop": 817863055
        },
        {
            "start": 817863060,
            "stop": 817863062
        },
        {
            "start": 817863066,
            "stop": 817863072
        }
    ]
}