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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7111",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7112,
    "results": [
        {
            "start": 874232493,
            "stop": 874233026
        },
        {
            "start": 874233028,
            "stop": 874233111
        },
        {
            "start": 874233112,
            "stop": 874233546
        },
        {
            "start": 874233547,
            "stop": 874233712
        },
        {
            "start": 874233713,
            "stop": 874234180
        },
        {
            "start": 874234182,
            "stop": 874234730
        },
        {
            "start": 874234732,
            "stop": 874234941
        },
        {
            "start": 874234942,
            "stop": 874234945
        },
        {
            "start": 874234947,
            "stop": 874235279
        },
        {
            "start": 874235280,
            "stop": 874235788
        },
        {
            "start": 874235789,
            "stop": 874236303
        },
        {
            "start": 874236304,
            "stop": 874236609
        },
        {
            "start": 874236610,
            "stop": 874236898
        },
        {
            "start": 874236899,
            "stop": 874237655
        },
        {
            "start": 874237656,
            "stop": 874238237
        },
        {
            "start": 874238238,
            "stop": 874238583
        },
        {
            "start": 874238584,
            "stop": 874238861
        },
        {
            "start": 874238862,
            "stop": 874238911
        },
        {
            "start": 874238912,
            "stop": 874239170
        },
        {
            "start": 874239171,
            "stop": 874239617
        }
    ]
}