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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1724",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1722",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1723,
    "results": [
        {
            "start": 958100623,
            "stop": 958100662
        },
        {
            "start": 958100664,
            "stop": 958100668
        },
        {
            "start": 958100670,
            "stop": 958100713
        },
        {
            "start": 958100715,
            "stop": 958100733
        },
        {
            "start": 958100735,
            "stop": 958101182
        },
        {
            "start": 958101184,
            "stop": 958101197
        },
        {
            "start": 958101199,
            "stop": 958101259
        },
        {
            "start": 958101261,
            "stop": 958102060
        },
        {
            "start": 958102062,
            "stop": 958102916
        },
        {
            "start": 958102918,
            "stop": 958103284
        },
        {
            "start": 958103286,
            "stop": 958104606
        },
        {
            "start": 958104608,
            "stop": 958104993
        },
        {
            "start": 958104995,
            "stop": 958106603
        },
        {
            "start": 958106605,
            "stop": 958107501
        },
        {
            "start": 958107503,
            "stop": 958108691
        },
        {
            "start": 958108693,
            "stop": 958108923
        },
        {
            "start": 958108924,
            "stop": 958110978
        },
        {
            "start": 958110980,
            "stop": 958111111
        },
        {
            "start": 958111115,
            "stop": 958112014
        },
        {
            "start": 958112016,
            "stop": 958114950
        }
    ]
}