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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=483",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=481",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 482,
    "results": [
        {
            "start": 863437132,
            "stop": 863449334
        },
        {
            "start": 863450614,
            "stop": 863460776
        },
        {
            "start": 863461144,
            "stop": 863462306
        },
        {
            "start": 863462613,
            "stop": 863463673
        },
        {
            "start": 863463848,
            "stop": 863472646
        },
        {
            "start": 863479042,
            "stop": 863494702
        },
        {
            "start": 863494834,
            "stop": 863507928
        },
        {
            "start": 863509570,
            "stop": 863524914
        },
        {
            "start": 863525666,
            "stop": 863533264
        },
        {
            "start": 863534286,
            "stop": 863539838
        },
        {
            "start": 863540862,
            "stop": 863543162
        },
        {
            "start": 863543370,
            "stop": 863548834
        },
        {
            "start": 863561473,
            "stop": 863563091
        },
        {
            "start": 863564445,
            "stop": 863579507
        },
        {
            "start": 863579579,
            "stop": 863588516
        },
        {
            "start": 863588518,
            "stop": 863594485
        },
        {
            "start": 863595577,
            "stop": 863613938
        },
        {
            "start": 863614378,
            "stop": 863620597
        },
        {
            "start": 863620744,
            "stop": 863629820
        },
        {
            "start": 863630945,
            "stop": 863632251
        }
    ]
}