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=5938
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=5939",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5937",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5938,
    "results": [
        {
            "start": 875209913,
            "stop": 875209922
        },
        {
            "start": 875209925,
            "stop": 875210039
        },
        {
            "start": 875210042,
            "stop": 875210070
        },
        {
            "start": 875210076,
            "stop": 875210080
        },
        {
            "start": 875210083,
            "stop": 875210136
        },
        {
            "start": 875210139,
            "stop": 875210142
        },
        {
            "start": 875210145,
            "stop": 875210146
        },
        {
            "start": 875210149,
            "stop": 875210291
        },
        {
            "start": 875210294,
            "stop": 875210313
        },
        {
            "start": 875210318,
            "stop": 875210338
        },
        {
            "start": 875210341,
            "stop": 875210364
        },
        {
            "start": 875210367,
            "stop": 875210396
        },
        {
            "start": 875210400,
            "stop": 875210419
        },
        {
            "start": 875210422,
            "stop": 875210425
        },
        {
            "start": 875210428,
            "stop": 875210451
        },
        {
            "start": 875210455,
            "stop": 875210524
        },
        {
            "start": 875210528,
            "stop": 875210536
        },
        {
            "start": 875210540,
            "stop": 875210614
        },
        {
            "start": 875210617,
            "stop": 875210684
        },
        {
            "start": 875210687,
            "stop": 875210711
        }
    ]
}