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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=47",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 48,
    "results": [
        {
            "start": 817271534,
            "stop": 817271853
        },
        {
            "start": 817271856,
            "stop": 817272882
        },
        {
            "start": 817272885,
            "stop": 817273501
        },
        {
            "start": 817273504,
            "stop": 817273703
        },
        {
            "start": 817273706,
            "stop": 817273762
        },
        {
            "start": 817273766,
            "stop": 817274628
        },
        {
            "start": 817274632,
            "stop": 817274735
        },
        {
            "start": 817274752,
            "stop": 817274767
        },
        {
            "start": 817274770,
            "stop": 817274942
        },
        {
            "start": 817274945,
            "stop": 817275326
        },
        {
            "start": 817276762,
            "stop": 817278124
        },
        {
            "start": 817278127,
            "stop": 817282861
        },
        {
            "start": 817282865,
            "stop": 817285384
        },
        {
            "start": 817285387,
            "stop": 817285653
        },
        {
            "start": 817285656,
            "stop": 817286085
        },
        {
            "start": 817286088,
            "stop": 817286246
        },
        {
            "start": 817286250,
            "stop": 817286563
        },
        {
            "start": 817286566,
            "stop": 817289322
        },
        {
            "start": 817289325,
            "stop": 817289405
        },
        {
            "start": 817289408,
            "stop": 817289575
        }
    ]
}