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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=177",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 178,
    "results": [
        {
            "start": 1420832670,
            "stop": 1420834867
        },
        {
            "start": 1420834872,
            "stop": 1420836602
        },
        {
            "start": 1420836607,
            "stop": 1420838200
        },
        {
            "start": 1420838205,
            "stop": 1420838484
        },
        {
            "start": 1420838489,
            "stop": 1420840310
        },
        {
            "start": 1420840315,
            "stop": 1420840316
        },
        {
            "start": 1420840321,
            "stop": 1420841575
        },
        {
            "start": 1420841579,
            "stop": 1420842630
        },
        {
            "start": 1420842635,
            "stop": 1420845618
        },
        {
            "start": 1420845623,
            "stop": 1420857606
        },
        {
            "start": 1420865976,
            "stop": 1420868901
        },
        {
            "start": 1420868906,
            "stop": 1420874231
        },
        {
            "start": 1420874236,
            "stop": 1420878783
        },
        {
            "start": 1420878788,
            "stop": 1420879109
        },
        {
            "start": 1420883683,
            "stop": 1420900123
        },
        {
            "start": 1420900127,
            "stop": 1420901390
        },
        {
            "start": 1420901395,
            "stop": 1420901828
        },
        {
            "start": 1420901833,
            "stop": 1420902184
        },
        {
            "start": 1420902187,
            "stop": 1420903346
        },
        {
            "start": 1420904447,
            "stop": 1420905616
        }
    ]
}