Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=32
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=31",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 32,
    "results": [
        {
            "start": 815807691,
            "stop": 815807872
        },
        {
            "start": 815807875,
            "stop": 815808148
        },
        {
            "start": 815808151,
            "stop": 815808415
        },
        {
            "start": 815808418,
            "stop": 815808957
        },
        {
            "start": 815808960,
            "stop": 815809028
        },
        {
            "start": 815813090,
            "stop": 815813584
        },
        {
            "start": 815813587,
            "stop": 815815182
        },
        {
            "start": 815815186,
            "stop": 815815804
        },
        {
            "start": 815815807,
            "stop": 815817677
        },
        {
            "start": 815817680,
            "stop": 815818445
        },
        {
            "start": 815818448,
            "stop": 815818872
        },
        {
            "start": 815818875,
            "stop": 815819177
        },
        {
            "start": 815819180,
            "stop": 815820005
        },
        {
            "start": 815820008,
            "stop": 815820181
        },
        {
            "start": 815820184,
            "stop": 815820239
        },
        {
            "start": 815821082,
            "stop": 815821122
        },
        {
            "start": 815821125,
            "stop": 815821319
        },
        {
            "start": 815821322,
            "stop": 815824002
        },
        {
            "start": 815824006,
            "stop": 815824399
        },
        {
            "start": 815824402,
            "stop": 815825526
        }
    ]
}