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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5330",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5328",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5329,
    "results": [
        {
            "start": 1136537868,
            "stop": 1136537951
        },
        {
            "start": 1136537953,
            "stop": 1136538016
        },
        {
            "start": 1136538018,
            "stop": 1136538116
        },
        {
            "start": 1136538118,
            "stop": 1136538183
        },
        {
            "start": 1136538185,
            "stop": 1136538241
        },
        {
            "start": 1136538243,
            "stop": 1136538260
        },
        {
            "start": 1136538262,
            "stop": 1136538441
        },
        {
            "start": 1136539666,
            "stop": 1136539712
        },
        {
            "start": 1136539714,
            "stop": 1136539930
        },
        {
            "start": 1136539932,
            "stop": 1136540029
        },
        {
            "start": 1136540033,
            "stop": 1136540039
        },
        {
            "start": 1136540041,
            "stop": 1136540050
        },
        {
            "start": 1136540052,
            "stop": 1136540054
        },
        {
            "start": 1136540056,
            "stop": 1136540205
        },
        {
            "start": 1136540207,
            "stop": 1136540408
        },
        {
            "start": 1136540410,
            "stop": 1136540572
        },
        {
            "start": 1136540574,
            "stop": 1136540608
        },
        {
            "start": 1136540610,
            "stop": 1136540741
        },
        {
            "start": 1136540743,
            "stop": 1136540767
        },
        {
            "start": 1136540769,
            "stop": 1136540811
        }
    ]
}