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=6459
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=6460",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6458",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6459,
    "results": [
        {
            "start": 873990907,
            "stop": 873990994
        },
        {
            "start": 873990995,
            "stop": 873991145
        },
        {
            "start": 873991147,
            "stop": 873991160
        },
        {
            "start": 873991162,
            "stop": 873991604
        },
        {
            "start": 873991605,
            "stop": 873991824
        },
        {
            "start": 873991825,
            "stop": 873992337
        },
        {
            "start": 873992338,
            "stop": 873992555
        },
        {
            "start": 873992556,
            "stop": 873993126
        },
        {
            "start": 873993127,
            "stop": 873993283
        },
        {
            "start": 873993284,
            "stop": 873993523
        },
        {
            "start": 873993524,
            "stop": 873993682
        },
        {
            "start": 873993683,
            "stop": 873994264
        },
        {
            "start": 873994265,
            "stop": 873994587
        },
        {
            "start": 873994588,
            "stop": 873994628
        },
        {
            "start": 873995247,
            "stop": 873995351
        },
        {
            "start": 873995352,
            "stop": 873995535
        },
        {
            "start": 873998207,
            "stop": 873998402
        },
        {
            "start": 873998403,
            "stop": 873998668
        },
        {
            "start": 873998670,
            "stop": 873999417
        },
        {
            "start": 873999419,
            "stop": 873999663
        }
    ]
}