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=98
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=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=97",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 98,
    "results": [
        {
            "start": 819364026,
            "stop": 819365124
        },
        {
            "start": 819365127,
            "stop": 819367630
        },
        {
            "start": 819367633,
            "stop": 819368460
        },
        {
            "start": 819368520,
            "stop": 819369276
        },
        {
            "start": 819369279,
            "stop": 819370044
        },
        {
            "start": 819371319,
            "stop": 819373007
        },
        {
            "start": 819373010,
            "stop": 819376792
        },
        {
            "start": 819376795,
            "stop": 819377812
        },
        {
            "start": 819378478,
            "stop": 819380026
        },
        {
            "start": 819380976,
            "stop": 819381003
        },
        {
            "start": 819381007,
            "stop": 819384803
        },
        {
            "start": 819384821,
            "stop": 819386144
        },
        {
            "start": 819386161,
            "stop": 819392257
        },
        {
            "start": 819397710,
            "stop": 819399673
        },
        {
            "start": 819399690,
            "stop": 819400647
        },
        {
            "start": 819402488,
            "stop": 819404594
        },
        {
            "start": 819405436,
            "stop": 819408412
        },
        {
            "start": 819408433,
            "stop": 819409123
        },
        {
            "start": 819411761,
            "stop": 819418680
        },
        {
            "start": 819419475,
            "stop": 819423992
        }
    ]
}