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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5812",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5810",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5811,
    "results": [
        {
            "start": 874702906,
            "stop": 874702935
        },
        {
            "start": 874702940,
            "stop": 874703006
        },
        {
            "start": 874703009,
            "stop": 874703022
        },
        {
            "start": 874703025,
            "stop": 874703030
        },
        {
            "start": 874703036,
            "stop": 874703050
        },
        {
            "start": 874703053,
            "stop": 874703111
        },
        {
            "start": 874703114,
            "stop": 874703116
        },
        {
            "start": 874703119,
            "stop": 874703161
        },
        {
            "start": 874703164,
            "stop": 874703186
        },
        {
            "start": 874703190,
            "stop": 874703196
        },
        {
            "start": 874703202,
            "stop": 874703217
        },
        {
            "start": 874703220,
            "stop": 874703229
        },
        {
            "start": 874703232,
            "stop": 874703236
        },
        {
            "start": 874703242,
            "stop": 874703245
        },
        {
            "start": 874703249,
            "stop": 874703254
        },
        {
            "start": 874703257,
            "stop": 874703288
        },
        {
            "start": 874703291,
            "stop": 874703304
        },
        {
            "start": 874703307,
            "stop": 874703308
        },
        {
            "start": 874703312,
            "stop": 874703375
        },
        {
            "start": 874703378,
            "stop": 874703386
        }
    ]
}