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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8381",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8379",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8380,
    "results": [
        {
            "start": 874835174,
            "stop": 874835220
        },
        {
            "start": 874835300,
            "stop": 874835385
        },
        {
            "start": 874835423,
            "stop": 874835978
        },
        {
            "start": 874835997,
            "stop": 874836120
        },
        {
            "start": 874836180,
            "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": 874839420,
            "stop": 874839694
        },
        {
            "start": 874839713,
            "stop": 874839931
        },
        {
            "start": 874839951,
            "stop": 874840132
        },
        {
            "start": 874840152,
            "stop": 874840306
        },
        {
            "start": 874840332,
            "stop": 874841152
        },
        {
            "start": 874841169,
            "stop": 874841321
        }
    ]
}