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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=274",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 275,
    "results": [
        {
            "start": 1126923850,
            "stop": 1126923877
        },
        {
            "start": 1126923878,
            "stop": 1126923879
        },
        {
            "start": 1126923880,
            "stop": 1126923892
        },
        {
            "start": 1126923893,
            "stop": 1126923909
        },
        {
            "start": 1126923910,
            "stop": 1126923911
        },
        {
            "start": 1126923912,
            "stop": 1126924129
        },
        {
            "start": 1126924130,
            "stop": 1126924205
        },
        {
            "start": 1126924206,
            "stop": 1126924229
        },
        {
            "start": 1126924230,
            "stop": 1126924474
        },
        {
            "start": 1126924476,
            "stop": 1126924554
        },
        {
            "start": 1126924555,
            "stop": 1126924609
        },
        {
            "start": 1126924610,
            "stop": 1126924635
        },
        {
            "start": 1126924637,
            "stop": 1126924677
        },
        {
            "start": 1126924678,
            "stop": 1126924704
        },
        {
            "start": 1126924706,
            "stop": 1126924848
        },
        {
            "start": 1126924850,
            "stop": 1126925047
        },
        {
            "start": 1126925049,
            "stop": 1126925071
        },
        {
            "start": 1126925073,
            "stop": 1126925096
        },
        {
            "start": 1126925097,
            "stop": 1126925216
        },
        {
            "start": 1126925217,
            "stop": 1126925504
        }
    ]
}