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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=24",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 25,
    "results": [
        {
            "start": 816780953,
            "stop": 816780974
        },
        {
            "start": 816780982,
            "stop": 816781263
        },
        {
            "start": 816781271,
            "stop": 816781311
        },
        {
            "start": 816781320,
            "stop": 816781661
        },
        {
            "start": 816781669,
            "stop": 816782101
        },
        {
            "start": 816782109,
            "stop": 816782323
        },
        {
            "start": 816782331,
            "stop": 816782352
        },
        {
            "start": 816782360,
            "stop": 816782435
        },
        {
            "start": 816782443,
            "stop": 816782461
        },
        {
            "start": 816782469,
            "stop": 816782615
        },
        {
            "start": 816782625,
            "stop": 816783551
        },
        {
            "start": 816783559,
            "stop": 816783565
        },
        {
            "start": 816783573,
            "stop": 816783597
        },
        {
            "start": 816783609,
            "stop": 816783697
        },
        {
            "start": 816783707,
            "stop": 816783708
        },
        {
            "start": 816783720,
            "stop": 816783747
        },
        {
            "start": 816783778,
            "stop": 816783779
        },
        {
            "start": 816783796,
            "stop": 816783804
        },
        {
            "start": 816790398,
            "stop": 816790580
        },
        {
            "start": 816790590,
            "stop": 816790592
        }
    ]
}