Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=491
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=492",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=490",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 491,
    "results": [
        {
            "start": 958126114,
            "stop": 958131714
        },
        {
            "start": 958139084,
            "stop": 958151876
        },
        {
            "start": 958153480,
            "stop": 958164091
        },
        {
            "start": 958165259,
            "stop": 958195989
        },
        {
            "start": 958202398,
            "stop": 958204005
        },
        {
            "start": 958206411,
            "stop": 958227163
        },
        {
            "start": 958253400,
            "stop": 958255375
        },
        {
            "start": 958255378,
            "stop": 958256216
        },
        {
            "start": 958258354,
            "stop": 958274573
        },
        {
            "start": 958276201,
            "stop": 958278349
        },
        {
            "start": 958282277,
            "stop": 958290498
        },
        {
            "start": 958299220,
            "stop": 958310151
        },
        {
            "start": 958312011,
            "stop": 958313964
        },
        {
            "start": 958313965,
            "stop": 958313988
        },
        {
            "start": 958313991,
            "stop": 958313993
        },
        {
            "start": 958313995,
            "stop": 958314008
        },
        {
            "start": 958314011,
            "stop": 958314016
        },
        {
            "start": 958314017,
            "stop": 958320949
        },
        {
            "start": 958325429,
            "stop": 958326206
        },
        {
            "start": 958326208,
            "stop": 958326210
        }
    ]
}