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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=13",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 14,
    "results": [
        {
            "start": 816264397,
            "stop": 816264716
        },
        {
            "start": 816264720,
            "stop": 816264750
        },
        {
            "start": 816267870,
            "stop": 816267910
        },
        {
            "start": 816267913,
            "stop": 816268091
        },
        {
            "start": 816268098,
            "stop": 816268170
        },
        {
            "start": 816269130,
            "stop": 816269241
        },
        {
            "start": 816271710,
            "stop": 816271770
        },
        {
            "start": 816272730,
            "stop": 816272789
        },
        {
            "start": 816272792,
            "stop": 816272806
        },
        {
            "start": 816272809,
            "stop": 816272873
        },
        {
            "start": 816272877,
            "stop": 816272899
        },
        {
            "start": 816272903,
            "stop": 816272905
        },
        {
            "start": 816272909,
            "stop": 816272933
        },
        {
            "start": 816272936,
            "stop": 816273006
        },
        {
            "start": 816273011,
            "stop": 816273096
        },
        {
            "start": 816273099,
            "stop": 816273171
        },
        {
            "start": 816273175,
            "stop": 816273229
        },
        {
            "start": 816273234,
            "stop": 816273404
        },
        {
            "start": 816273410,
            "stop": 816273423
        },
        {
            "start": 816273427,
            "stop": 816273440
        }
    ]
}