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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=349",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=347",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 348,
    "results": [
        {
            "start": 1177432992,
            "stop": 1177433094
        },
        {
            "start": 1177433096,
            "stop": 1177433103
        },
        {
            "start": 1177433107,
            "stop": 1177433115
        },
        {
            "start": 1177433117,
            "stop": 1177433166
        },
        {
            "start": 1177433167,
            "stop": 1177433174
        },
        {
            "start": 1177433178,
            "stop": 1177433212
        },
        {
            "start": 1177433218,
            "stop": 1177433221
        },
        {
            "start": 1177433229,
            "stop": 1177433232
        },
        {
            "start": 1177433237,
            "stop": 1177433243
        },
        {
            "start": 1177433244,
            "stop": 1177433270
        },
        {
            "start": 1177433276,
            "stop": 1177433279
        },
        {
            "start": 1177433285,
            "stop": 1177433326
        },
        {
            "start": 1177433327,
            "stop": 1177433494
        },
        {
            "start": 1177433499,
            "stop": 1177433503
        },
        {
            "start": 1177433510,
            "stop": 1177433516
        },
        {
            "start": 1177433521,
            "stop": 1177433527
        },
        {
            "start": 1177433531,
            "stop": 1177433537
        },
        {
            "start": 1177433540,
            "stop": 1177433613
        },
        {
            "start": 1177433615,
            "stop": 1177433622
        },
        {
            "start": 1177433627,
            "stop": 1177433634
        }
    ]
}