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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=592",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=590",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 591,
    "results": [
        {
            "start": 1262920211,
            "stop": 1262920214
        },
        {
            "start": 1262920217,
            "stop": 1262920263
        },
        {
            "start": 1262920266,
            "stop": 1262920272
        },
        {
            "start": 1262920275,
            "stop": 1262920382
        },
        {
            "start": 1262920388,
            "stop": 1262920398
        },
        {
            "start": 1262920401,
            "stop": 1262920434
        },
        {
            "start": 1262920437,
            "stop": 1262920571
        },
        {
            "start": 1262920574,
            "stop": 1262920580
        },
        {
            "start": 1262920583,
            "stop": 1262920651
        },
        {
            "start": 1262920654,
            "stop": 1262920663
        },
        {
            "start": 1262920666,
            "stop": 1262920695
        },
        {
            "start": 1262920698,
            "stop": 1262920721
        },
        {
            "start": 1262920724,
            "stop": 1262920785
        },
        {
            "start": 1262920788,
            "stop": 1262920793
        },
        {
            "start": 1262920796,
            "stop": 1262920797
        },
        {
            "start": 1262920800,
            "stop": 1262920827
        },
        {
            "start": 1262920830,
            "stop": 1262920857
        },
        {
            "start": 1262920860,
            "stop": 1262920863
        },
        {
            "start": 1262920866,
            "stop": 1262920933
        },
        {
            "start": 1262920936,
            "stop": 1262920939
        }
    ]
}