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=5800
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=5801",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5799",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5800,
    "results": [
        {
            "start": 874694159,
            "stop": 874694160
        },
        {
            "start": 874694164,
            "stop": 874694228
        },
        {
            "start": 874694231,
            "stop": 874694255
        },
        {
            "start": 874694259,
            "stop": 874694260
        },
        {
            "start": 874694263,
            "stop": 874694363
        },
        {
            "start": 874694366,
            "stop": 874694443
        },
        {
            "start": 874694452,
            "stop": 874694456
        },
        {
            "start": 874694461,
            "stop": 874694470
        },
        {
            "start": 874694473,
            "stop": 874694475
        },
        {
            "start": 874694479,
            "stop": 874694481
        },
        {
            "start": 874694488,
            "stop": 874694493
        },
        {
            "start": 874694496,
            "stop": 874694498
        },
        {
            "start": 874694501,
            "stop": 874694538
        },
        {
            "start": 874694541,
            "stop": 874694550
        },
        {
            "start": 874694554,
            "stop": 874694605
        },
        {
            "start": 874694609,
            "stop": 874694666
        },
        {
            "start": 874694672,
            "stop": 874694673
        },
        {
            "start": 874694677,
            "stop": 874694712
        },
        {
            "start": 874694715,
            "stop": 874694719
        },
        {
            "start": 874694722,
            "stop": 874694725
        }
    ]
}