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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10276",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10277,
    "results": [
        {
            "start": 874834507,
            "stop": 874834762
        },
        {
            "start": 874834779,
            "stop": 874834814
        },
        {
            "start": 874834853,
            "stop": 874834983
        },
        {
            "start": 874834990,
            "stop": 874835161
        },
        {
            "start": 874835168,
            "stop": 874835220
        },
        {
            "start": 874835317,
            "stop": 874835385
        },
        {
            "start": 874835440,
            "stop": 874835984
        },
        {
            "start": 874835991,
            "stop": 874836120
        },
        {
            "start": 874836180,
            "stop": 874836696
        },
        {
            "start": 874836704,
            "stop": 874836990
        },
        {
            "start": 874836997,
            "stop": 874837001
        },
        {
            "start": 874837009,
            "stop": 874837774
        },
        {
            "start": 874837810,
            "stop": 874838196
        },
        {
            "start": 874838293,
            "stop": 874838329
        },
        {
            "start": 874838377,
            "stop": 874838624
        },
        {
            "start": 874838641,
            "stop": 874839038
        },
        {
            "start": 874839074,
            "stop": 874839295
        },
        {
            "start": 874839420,
            "stop": 874839694
        },
        {
            "start": 874839730,
            "stop": 874839937
        },
        {
            "start": 874839945,
            "stop": 874840138
        }
    ]
}