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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9108",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9109,
    "results": [
        {
            "start": 874834365,
            "stop": 874834493
        },
        {
            "start": 874834513,
            "stop": 874834740
        },
        {
            "start": 874834757,
            "stop": 874834762
        },
        {
            "start": 874834779,
            "stop": 874834814
        },
        {
            "start": 874834836,
            "stop": 874834977
        },
        {
            "start": 874834996,
            "stop": 874835155
        },
        {
            "start": 874835174,
            "stop": 874835260
        },
        {
            "start": 874835300,
            "stop": 874835385
        },
        {
            "start": 874835423,
            "stop": 874835978
        },
        {
            "start": 874835997,
            "stop": 874836690
        },
        {
            "start": 874836710,
            "stop": 874836984
        },
        {
            "start": 874837015,
            "stop": 874837774
        },
        {
            "start": 874837793,
            "stop": 874837796
        },
        {
            "start": 874837816,
            "stop": 874838196
        },
        {
            "start": 874838272,
            "stop": 874838280
        },
        {
            "start": 874838299,
            "stop": 874838329
        },
        {
            "start": 874838360,
            "stop": 874838624
        },
        {
            "start": 874838641,
            "stop": 874839038
        },
        {
            "start": 874839057,
            "stop": 874839289
        },
        {
            "start": 874839309,
            "stop": 874839694
        }
    ]
}