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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=248",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 249,
    "results": [
        {
            "start": 845004511,
            "stop": 845005163
        },
        {
            "start": 845005792,
            "stop": 845026559
        },
        {
            "start": 845026669,
            "stop": 845038249
        },
        {
            "start": 845043636,
            "stop": 845046711
        },
        {
            "start": 845047011,
            "stop": 845047114
        },
        {
            "start": 845047224,
            "stop": 845050846
        },
        {
            "start": 845052426,
            "stop": 845057115
        },
        {
            "start": 845057415,
            "stop": 845061724
        },
        {
            "start": 845061834,
            "stop": 845063770
        },
        {
            "start": 845063771,
            "stop": 845063911
        },
        {
            "start": 845064211,
            "stop": 845064371
        },
        {
            "start": 845064374,
            "stop": 845065018
        },
        {
            "start": 845066049,
            "stop": 845066395
        },
        {
            "start": 845066398,
            "stop": 845066477
        },
        {
            "start": 845066777,
            "stop": 845067704
        },
        {
            "start": 845067814,
            "stop": 845067871
        },
        {
            "start": 845068171,
            "stop": 845068298
        },
        {
            "start": 845155225,
            "stop": 845155534
        },
        {
            "start": 845155649,
            "stop": 845157853
        },
        {
            "start": 845157941,
            "stop": 845158650
        }
    ]
}