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=562
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=563",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=561",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 562,
    "results": [
        {
            "start": 1262815817,
            "stop": 1262815983
        },
        {
            "start": 1262815986,
            "stop": 1262816008
        },
        {
            "start": 1262816011,
            "stop": 1262816013
        },
        {
            "start": 1262816016,
            "stop": 1262816023
        },
        {
            "start": 1262816026,
            "stop": 1262816052
        },
        {
            "start": 1262816055,
            "stop": 1262816067
        },
        {
            "start": 1262816070,
            "stop": 1262816087
        },
        {
            "start": 1262816090,
            "stop": 1262816099
        },
        {
            "start": 1262816102,
            "stop": 1262816106
        },
        {
            "start": 1262816109,
            "stop": 1262816113
        },
        {
            "start": 1262816116,
            "stop": 1262816122
        },
        {
            "start": 1262816130,
            "stop": 1262816148
        },
        {
            "start": 1262816151,
            "stop": 1262816197
        },
        {
            "start": 1262816200,
            "stop": 1262816235
        },
        {
            "start": 1262816238,
            "stop": 1262816283
        },
        {
            "start": 1262816286,
            "stop": 1262816290
        },
        {
            "start": 1262816293,
            "stop": 1262816396
        },
        {
            "start": 1262816399,
            "stop": 1262816408
        },
        {
            "start": 1262816411,
            "stop": 1262816485
        },
        {
            "start": 1262816488,
            "stop": 1262816645
        }
    ]
}