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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=490",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=488",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 489,
    "results": [
        {
            "start": 1184551448,
            "stop": 1184558115
        },
        {
            "start": 1184558117,
            "stop": 1184559079
        },
        {
            "start": 1184561504,
            "stop": 1184563657
        },
        {
            "start": 1184563660,
            "stop": 1184564185
        },
        {
            "start": 1184564187,
            "stop": 1184564717
        },
        {
            "start": 1184564719,
            "stop": 1184565400
        },
        {
            "start": 1184565402,
            "stop": 1184565404
        },
        {
            "start": 1184565406,
            "stop": 1184565735
        },
        {
            "start": 1184565737,
            "stop": 1184565738
        },
        {
            "start": 1184565740,
            "stop": 1184566155
        },
        {
            "start": 1184566157,
            "stop": 1184566158
        },
        {
            "start": 1184566167,
            "stop": 1184566169
        },
        {
            "start": 1184566171,
            "stop": 1184566172
        },
        {
            "start": 1184566175,
            "stop": 1184566204
        },
        {
            "start": 1184566206,
            "stop": 1184566384
        },
        {
            "start": 1184568203,
            "stop": 1184569480
        },
        {
            "start": 1184569482,
            "stop": 1184569486
        },
        {
            "start": 1184569489,
            "stop": 1184569703
        },
        {
            "start": 1184569706,
            "stop": 1184569831
        },
        {
            "start": 1184569834,
            "stop": 1184570095
        }
    ]
}