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=6490
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=6491",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6489",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6490,
    "results": [
        {
            "start": 874129410,
            "stop": 874129654
        },
        {
            "start": 874129656,
            "stop": 874129962
        },
        {
            "start": 874129963,
            "stop": 874130095
        },
        {
            "start": 874130096,
            "stop": 874130402
        },
        {
            "start": 874130403,
            "stop": 874130960
        },
        {
            "start": 874130961,
            "stop": 874131027
        },
        {
            "start": 874131028,
            "stop": 874131738
        },
        {
            "start": 874131739,
            "stop": 874131784
        },
        {
            "start": 874131785,
            "stop": 874131810
        },
        {
            "start": 874131811,
            "stop": 874132023
        },
        {
            "start": 874132025,
            "stop": 874132229
        },
        {
            "start": 874132870,
            "stop": 874133217
        },
        {
            "start": 874133218,
            "stop": 874133506
        },
        {
            "start": 874133507,
            "stop": 874134317
        },
        {
            "start": 874134318,
            "stop": 874134577
        },
        {
            "start": 874134578,
            "stop": 874135120
        },
        {
            "start": 874135121,
            "stop": 874135275
        },
        {
            "start": 874135277,
            "stop": 874135853
        },
        {
            "start": 874135854,
            "stop": 874135887
        },
        {
            "start": 874135888,
            "stop": 874136544
        }
    ]
}