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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46949",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46947",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46948,
    "results": [
        {
            "start": 875204075,
            "stop": 875204083
        },
        {
            "start": 875204084,
            "stop": 875204104
        },
        {
            "start": 875204107,
            "stop": 875204135
        },
        {
            "start": 875204136,
            "stop": 875204153
        },
        {
            "start": 875204156,
            "stop": 875204162
        },
        {
            "start": 875204163,
            "stop": 875204166
        },
        {
            "start": 875204167,
            "stop": 875204168
        },
        {
            "start": 875204170,
            "stop": 875204171
        },
        {
            "start": 875204172,
            "stop": 875204179
        },
        {
            "start": 875204180,
            "stop": 875204211
        },
        {
            "start": 875204212,
            "stop": 875204230
        },
        {
            "start": 875204231,
            "stop": 875204279
        },
        {
            "start": 875204280,
            "stop": 875204287
        },
        {
            "start": 875204288,
            "stop": 875204294
        },
        {
            "start": 875204295,
            "stop": 875204306
        },
        {
            "start": 875204307,
            "stop": 875204333
        },
        {
            "start": 875204334,
            "stop": 875204339
        },
        {
            "start": 875204340,
            "stop": 875204341
        },
        {
            "start": 875204342,
            "stop": 875204351
        },
        {
            "start": 875204355,
            "stop": 875204368
        }
    ]
}