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=6362
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=6363",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6361",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6362,
    "results": [
        {
            "start": 873484231,
            "stop": 873484239
        },
        {
            "start": 873484243,
            "stop": 873484251
        },
        {
            "start": 873484255,
            "stop": 873484262
        },
        {
            "start": 873484267,
            "stop": 873484274
        },
        {
            "start": 873484278,
            "stop": 873484290
        },
        {
            "start": 873484295,
            "stop": 873484317
        },
        {
            "start": 873484321,
            "stop": 873484332
        },
        {
            "start": 873484336,
            "stop": 873484572
        },
        {
            "start": 873484574,
            "stop": 873484625
        },
        {
            "start": 873484626,
            "stop": 873485201
        },
        {
            "start": 873485202,
            "stop": 873485330
        },
        {
            "start": 873485331,
            "stop": 873485380
        },
        {
            "start": 873485381,
            "stop": 873485390
        },
        {
            "start": 873485391,
            "stop": 873485571
        },
        {
            "start": 873485572,
            "stop": 873485690
        },
        {
            "start": 873485691,
            "stop": 873485703
        },
        {
            "start": 873485705,
            "stop": 873485721
        },
        {
            "start": 873485722,
            "stop": 873485724
        },
        {
            "start": 873485725,
            "stop": 873485745
        },
        {
            "start": 873485746,
            "stop": 873485786
        }
    ]
}