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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=434",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=432",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 433,
    "results": [
        {
            "start": 1261620637,
            "stop": 1261622564
        },
        {
            "start": 1261622567,
            "stop": 1261622662
        },
        {
            "start": 1261622664,
            "stop": 1261626173
        },
        {
            "start": 1261626176,
            "stop": 1261630097
        },
        {
            "start": 1261630100,
            "stop": 1261630308
        },
        {
            "start": 1261630310,
            "stop": 1261630788
        },
        {
            "start": 1261630791,
            "stop": 1261631570
        },
        {
            "start": 1261631573,
            "stop": 1261632895
        },
        {
            "start": 1261632898,
            "stop": 1261632913
        },
        {
            "start": 1261632916,
            "stop": 1261633306
        },
        {
            "start": 1261633309,
            "stop": 1261633605
        },
        {
            "start": 1261633608,
            "stop": 1261634048
        },
        {
            "start": 1261634051,
            "stop": 1261634597
        },
        {
            "start": 1261634600,
            "stop": 1261634771
        },
        {
            "start": 1261634779,
            "stop": 1261634883
        },
        {
            "start": 1261634886,
            "stop": 1261635161
        },
        {
            "start": 1261635164,
            "stop": 1261635174
        },
        {
            "start": 1261635177,
            "stop": 1261635348
        },
        {
            "start": 1261635351,
            "stop": 1261635352
        },
        {
            "start": 1261635355,
            "stop": 1261635572
        }
    ]
}