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=504
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=505",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=503",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 504,
    "results": [
        {
            "start": 1184589835,
            "stop": 1184589841
        },
        {
            "start": 1184589844,
            "stop": 1184589875
        },
        {
            "start": 1184589877,
            "stop": 1184590003
        },
        {
            "start": 1184590005,
            "stop": 1184590265
        },
        {
            "start": 1184590267,
            "stop": 1184590271
        },
        {
            "start": 1184590280,
            "stop": 1184590385
        },
        {
            "start": 1184590387,
            "stop": 1184590506
        },
        {
            "start": 1184590510,
            "stop": 1184590728
        },
        {
            "start": 1184590735,
            "stop": 1184592074
        },
        {
            "start": 1184592076,
            "stop": 1184592087
        },
        {
            "start": 1184592089,
            "stop": 1184592094
        },
        {
            "start": 1184592096,
            "stop": 1184592306
        },
        {
            "start": 1184592309,
            "stop": 1184592416
        },
        {
            "start": 1184592419,
            "stop": 1184593049
        },
        {
            "start": 1184593052,
            "stop": 1184593539
        },
        {
            "start": 1184593542,
            "stop": 1184593608
        },
        {
            "start": 1184593610,
            "stop": 1184593731
        },
        {
            "start": 1184593734,
            "stop": 1184593896
        },
        {
            "start": 1184593897,
            "stop": 1184594431
        },
        {
            "start": 1184594433,
            "stop": 1184594950
        }
    ]
}