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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=132",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 133,
    "results": [
        {
            "start": 821508057,
            "stop": 821508066
        },
        {
            "start": 821508069,
            "stop": 821508073
        },
        {
            "start": 821508076,
            "stop": 821508106
        },
        {
            "start": 821508109,
            "stop": 821508111
        },
        {
            "start": 821508114,
            "stop": 821508129
        },
        {
            "start": 821508132,
            "stop": 821508147
        },
        {
            "start": 821508151,
            "stop": 821508167
        },
        {
            "start": 821508170,
            "stop": 821508172
        },
        {
            "start": 821508177,
            "stop": 821508213
        },
        {
            "start": 821508216,
            "stop": 821508218
        },
        {
            "start": 821508221,
            "stop": 821508222
        },
        {
            "start": 821508225,
            "stop": 821508243
        },
        {
            "start": 821508246,
            "stop": 821508258
        },
        {
            "start": 821508261,
            "stop": 821508268
        },
        {
            "start": 821508271,
            "stop": 821508282
        },
        {
            "start": 821508285,
            "stop": 821508310
        },
        {
            "start": 821508317,
            "stop": 821508334
        },
        {
            "start": 821508338,
            "stop": 821508340
        },
        {
            "start": 821508343,
            "stop": 821508346
        },
        {
            "start": 821508349,
            "stop": 821508376
        }
    ]
}