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=381
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=382",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=380",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 381,
    "results": [
        {
            "start": 821762176,
            "stop": 821762183
        },
        {
            "start": 821762186,
            "stop": 821762187
        },
        {
            "start": 821762193,
            "stop": 821762195
        },
        {
            "start": 821762214,
            "stop": 821762216
        },
        {
            "start": 821762219,
            "stop": 821762231
        },
        {
            "start": 821762234,
            "stop": 821762237
        },
        {
            "start": 821762243,
            "stop": 821762251
        },
        {
            "start": 821762254,
            "stop": 821762260
        },
        {
            "start": 821762263,
            "stop": 821762265
        },
        {
            "start": 821762271,
            "stop": 821762277
        },
        {
            "start": 821762280,
            "stop": 821762281
        },
        {
            "start": 821762284,
            "stop": 821762288
        },
        {
            "start": 821762291,
            "stop": 821762294
        },
        {
            "start": 821762299,
            "stop": 821762305
        },
        {
            "start": 821762308,
            "stop": 821762309
        },
        {
            "start": 821762312,
            "stop": 821762316
        },
        {
            "start": 821762324,
            "stop": 821762328
        },
        {
            "start": 821762331,
            "stop": 821762338
        },
        {
            "start": 821762342,
            "stop": 821762346
        },
        {
            "start": 821762349,
            "stop": 821762354
        }
    ]
}