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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=12",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 13,
    "results": [
        {
            "start": 1369466395,
            "stop": 1369466461
        },
        {
            "start": 1369466466,
            "stop": 1369466477
        },
        {
            "start": 1369466482,
            "stop": 1369466676
        },
        {
            "start": 1369466681,
            "stop": 1369466701
        },
        {
            "start": 1369466706,
            "stop": 1369466783
        },
        {
            "start": 1369466788,
            "stop": 1369466811
        },
        {
            "start": 1369466816,
            "stop": 1369466839
        },
        {
            "start": 1369466844,
            "stop": 1369466991
        },
        {
            "start": 1369466996,
            "stop": 1369467081
        },
        {
            "start": 1369467086,
            "stop": 1369467088
        },
        {
            "start": 1369467093,
            "stop": 1369467150
        },
        {
            "start": 1369467155,
            "stop": 1369467297
        },
        {
            "start": 1369467302,
            "stop": 1369467319
        },
        {
            "start": 1369467324,
            "stop": 1369467328
        },
        {
            "start": 1369467333,
            "stop": 1369467362
        },
        {
            "start": 1369467367,
            "stop": 1369467384
        },
        {
            "start": 1369467389,
            "stop": 1369467390
        },
        {
            "start": 1369467395,
            "stop": 1369467464
        },
        {
            "start": 1369467469,
            "stop": 1369467540
        },
        {
            "start": 1369467545,
            "stop": 1369467591
        }
    ]
}