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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=138",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 139,
    "results": [
        {
            "start": 1260282882,
            "stop": 1260282960
        },
        {
            "start": 1260282961,
            "stop": 1260284112
        },
        {
            "start": 1260284114,
            "stop": 1260284216
        },
        {
            "start": 1260284217,
            "stop": 1260284876
        },
        {
            "start": 1260284881,
            "stop": 1260284942
        },
        {
            "start": 1260284944,
            "stop": 1260288311
        },
        {
            "start": 1260288316,
            "stop": 1260288736
        },
        {
            "start": 1260288741,
            "stop": 1260289203
        },
        {
            "start": 1260289208,
            "stop": 1260290249
        },
        {
            "start": 1260290254,
            "stop": 1260290755
        },
        {
            "start": 1260290760,
            "stop": 1260290801
        },
        {
            "start": 1260290806,
            "stop": 1260291239
        },
        {
            "start": 1260291242,
            "stop": 1260292495
        },
        {
            "start": 1260292499,
            "stop": 1260293761
        },
        {
            "start": 1260293766,
            "stop": 1260294087
        },
        {
            "start": 1260294092,
            "stop": 1260294146
        },
        {
            "start": 1260294151,
            "stop": 1260296312
        },
        {
            "start": 1260296314,
            "stop": 1260296399
        },
        {
            "start": 1260296404,
            "stop": 1260298087
        },
        {
            "start": 1260298092,
            "stop": 1260298913
        }
    ]
}