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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6187",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6188,
    "results": [
        {
            "start": 874505760,
            "stop": 874507775
        },
        {
            "start": 874507777,
            "stop": 874508810
        },
        {
            "start": 874508811,
            "stop": 874509361
        },
        {
            "start": 874509364,
            "stop": 874513482
        },
        {
            "start": 874513483,
            "stop": 874513888
        },
        {
            "start": 874513889,
            "stop": 874513992
        },
        {
            "start": 874513993,
            "stop": 874516226
        },
        {
            "start": 874516228,
            "stop": 874516500
        },
        {
            "start": 874518439,
            "stop": 874518440
        },
        {
            "start": 874518487,
            "stop": 874518488
        },
        {
            "start": 874518498,
            "stop": 874518499
        },
        {
            "start": 874518509,
            "stop": 874518510
        },
        {
            "start": 874518515,
            "stop": 874518518
        },
        {
            "start": 874518521,
            "stop": 874518525
        },
        {
            "start": 874518527,
            "stop": 874518528
        },
        {
            "start": 874518539,
            "stop": 874518541
        },
        {
            "start": 874518545,
            "stop": 874518546
        },
        {
            "start": 874518548,
            "stop": 874518550
        },
        {
            "start": 874518552,
            "stop": 874518554
        },
        {
            "start": 874518556,
            "stop": 874518557
        }
    ]
}