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=10283
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=10284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10282",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10283,
    "results": [
        {
            "start": 874912389,
            "stop": 874912394
        },
        {
            "start": 874912554,
            "stop": 874912672
        },
        {
            "start": 874912709,
            "stop": 874912823
        },
        {
            "start": 874912929,
            "stop": 874912938
        },
        {
            "start": 874912977,
            "stop": 874913045
        },
        {
            "start": 874913081,
            "stop": 874913121
        },
        {
            "start": 874913160,
            "stop": 874913161
        },
        {
            "start": 874913218,
            "stop": 874913354
        },
        {
            "start": 874913390,
            "stop": 874913706
        },
        {
            "start": 874913742,
            "stop": 874914347
        },
        {
            "start": 874914438,
            "stop": 874914785
        },
        {
            "start": 874914821,
            "stop": 874914849
        },
        {
            "start": 874914913,
            "stop": 874915414
        },
        {
            "start": 874915431,
            "stop": 874916310
        },
        {
            "start": 874918375,
            "stop": 874919840
        },
        {
            "start": 874919857,
            "stop": 874922290
        },
        {
            "start": 874922307,
            "stop": 874923777
        },
        {
            "start": 874923794,
            "stop": 874926931
        },
        {
            "start": 874926948,
            "stop": 874929123
        },
        {
            "start": 874929140,
            "stop": 874929248
        }
    ]
}