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=6107
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=6108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6106",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6107,
    "results": [
        {
            "start": 874054540,
            "stop": 874054541
        },
        {
            "start": 874054542,
            "stop": 874054543
        },
        {
            "start": 874054544,
            "stop": 874054550
        },
        {
            "start": 874054551,
            "stop": 874054555
        },
        {
            "start": 874054557,
            "stop": 874054563
        },
        {
            "start": 874054566,
            "stop": 874054568
        },
        {
            "start": 874054569,
            "stop": 874054571
        },
        {
            "start": 874054574,
            "stop": 874054584
        },
        {
            "start": 874054585,
            "stop": 874054587
        },
        {
            "start": 874054589,
            "stop": 874054592
        },
        {
            "start": 874054594,
            "stop": 874054595
        },
        {
            "start": 874054597,
            "stop": 874054617
        },
        {
            "start": 874054618,
            "stop": 874054621
        },
        {
            "start": 874054622,
            "stop": 874054629
        },
        {
            "start": 874054630,
            "stop": 874054642
        },
        {
            "start": 874054643,
            "stop": 874055069
        },
        {
            "start": 874055070,
            "stop": 874055360
        },
        {
            "start": 874055361,
            "stop": 874056897
        },
        {
            "start": 874056898,
            "stop": 874057395
        },
        {
            "start": 874057396,
            "stop": 874058037
        }
    ]
}