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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1861",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1859",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1860,
    "results": [
        {
            "start": 1250735927,
            "stop": 1250735985
        },
        {
            "start": 1250735988,
            "stop": 1250735996
        },
        {
            "start": 1250735999,
            "stop": 1250736037
        },
        {
            "start": 1250736040,
            "stop": 1250736079
        },
        {
            "start": 1250736081,
            "stop": 1250736210
        },
        {
            "start": 1250746101,
            "stop": 1250746111
        },
        {
            "start": 1250746112,
            "stop": 1250746219
        },
        {
            "start": 1250746220,
            "stop": 1250746585
        },
        {
            "start": 1250746586,
            "stop": 1250748094
        },
        {
            "start": 1250748102,
            "stop": 1250748295
        },
        {
            "start": 1250748298,
            "stop": 1250748928
        },
        {
            "start": 1250748931,
            "stop": 1250752278
        },
        {
            "start": 1250752286,
            "stop": 1250754462
        },
        {
            "start": 1250754464,
            "stop": 1250757590
        },
        {
            "start": 1250757593,
            "stop": 1250759265
        },
        {
            "start": 1250759268,
            "stop": 1250759833
        },
        {
            "start": 1250759836,
            "stop": 1250761112
        },
        {
            "start": 1250761115,
            "stop": 1250761982
        },
        {
            "start": 1250761987,
            "stop": 1250767981
        },
        {
            "start": 1250767983,
            "stop": 1250767984
        }
    ]
}