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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=147",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 148,
    "results": [
        {
            "start": 931445811,
            "stop": 931445875
        },
        {
            "start": 931445877,
            "stop": 931445913
        },
        {
            "start": 931445914,
            "stop": 931445953
        },
        {
            "start": 931445955,
            "stop": 931445978
        },
        {
            "start": 931445980,
            "stop": 931446054
        },
        {
            "start": 931446056,
            "stop": 931446111
        },
        {
            "start": 931446113,
            "stop": 931446145
        },
        {
            "start": 931446147,
            "stop": 931446253
        },
        {
            "start": 931446254,
            "stop": 931446257
        },
        {
            "start": 931446259,
            "stop": 931446433
        },
        {
            "start": 931446435,
            "stop": 931446466
        },
        {
            "start": 931446467,
            "stop": 931446478
        },
        {
            "start": 931446480,
            "stop": 931446496
        },
        {
            "start": 931446498,
            "stop": 931446502
        },
        {
            "start": 931446503,
            "stop": 931446586
        },
        {
            "start": 931446588,
            "stop": 931446707
        },
        {
            "start": 931446708,
            "stop": 931446720
        },
        {
            "start": 931446723,
            "stop": 931446793
        },
        {
            "start": 931446795,
            "stop": 931446818
        },
        {
            "start": 931446820,
            "stop": 931446849
        }
    ]
}