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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=142",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 143,
    "results": [
        {
            "start": 1380947056,
            "stop": 1380955426
        },
        {
            "start": 1380955431,
            "stop": 1380961819
        },
        {
            "start": 1380961823,
            "stop": 1380962560
        },
        {
            "start": 1380962565,
            "stop": 1380963957
        },
        {
            "start": 1380963962,
            "stop": 1380969314
        },
        {
            "start": 1380969317,
            "stop": 1380973334
        },
        {
            "start": 1380973339,
            "stop": 1380982950
        },
        {
            "start": 1380984045,
            "stop": 1380984316
        },
        {
            "start": 1381006750,
            "stop": 1381007110
        },
        {
            "start": 1381007122,
            "stop": 1381008811
        },
        {
            "start": 1381008816,
            "stop": 1381010734
        },
        {
            "start": 1381010739,
            "stop": 1381015076
        },
        {
            "start": 1381015081,
            "stop": 1381023835
        },
        {
            "start": 1381023840,
            "stop": 1381023846
        },
        {
            "start": 1381032869,
            "stop": 1381038178
        },
        {
            "start": 1381038183,
            "stop": 1381046570
        },
        {
            "start": 1381046575,
            "stop": 1381046905
        },
        {
            "start": 1381054280,
            "stop": 1381058091
        },
        {
            "start": 1381058096,
            "stop": 1381071741
        },
        {
            "start": 1381076538,
            "stop": 1381077629
        }
    ]
}