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=6440
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=6441",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6439",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6440,
    "results": [
        {
            "start": 873845587,
            "stop": 873845684
        },
        {
            "start": 873845686,
            "stop": 873845757
        },
        {
            "start": 873845759,
            "stop": 873845783
        },
        {
            "start": 873845785,
            "stop": 873845898
        },
        {
            "start": 873845900,
            "stop": 873846328
        },
        {
            "start": 873846329,
            "stop": 873846504
        },
        {
            "start": 873846506,
            "stop": 873846612
        },
        {
            "start": 873846613,
            "stop": 873847136
        },
        {
            "start": 873847138,
            "stop": 873847771
        },
        {
            "start": 873847772,
            "stop": 873847945
        },
        {
            "start": 873847946,
            "stop": 873847951
        },
        {
            "start": 873847952,
            "stop": 873848113
        },
        {
            "start": 873848114,
            "stop": 873848168
        },
        {
            "start": 873848170,
            "stop": 873848282
        },
        {
            "start": 873848283,
            "stop": 873848287
        },
        {
            "start": 873848288,
            "stop": 873848465
        },
        {
            "start": 873848466,
            "stop": 873848636
        },
        {
            "start": 873848637,
            "stop": 873848897
        },
        {
            "start": 873848898,
            "stop": 873848984
        },
        {
            "start": 873848985,
            "stop": 873849243
        }
    ]
}