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_CAT3E/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_CAT3E/segments?format=api&page=382",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=380",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 381,
    "results": [
        {
            "start": 821508076,
            "stop": 821508103
        },
        {
            "start": 821508109,
            "stop": 821508111
        },
        {
            "start": 821508114,
            "stop": 821508129
        },
        {
            "start": 821508135,
            "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": 821508288,
            "stop": 821508300
        },
        {
            "start": 821508303,
            "stop": 821508310
        },
        {
            "start": 821508317,
            "stop": 821508334
        },
        {
            "start": 821508338,
            "stop": 821508340
        },
        {
            "start": 821508343,
            "stop": 821508346
        },
        {
            "start": 821508349,
            "stop": 821508376
        },
        {
            "start": 821508379,
            "stop": 821508381
        }
    ]
}