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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=51",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 52,
    "results": [
        {
            "start": 821044388,
            "stop": 821044419
        },
        {
            "start": 821044423,
            "stop": 821044439
        },
        {
            "start": 821044443,
            "stop": 821044531
        },
        {
            "start": 821044534,
            "stop": 821044540
        },
        {
            "start": 821044559,
            "stop": 821044564
        },
        {
            "start": 821044568,
            "stop": 821044595
        },
        {
            "start": 821044599,
            "stop": 821044903
        },
        {
            "start": 821044912,
            "stop": 821045572
        },
        {
            "start": 821045576,
            "stop": 821045710
        },
        {
            "start": 821045714,
            "stop": 821045720
        },
        {
            "start": 821045728,
            "stop": 821045738
        },
        {
            "start": 821045743,
            "stop": 821045753
        },
        {
            "start": 821045762,
            "stop": 821045772
        },
        {
            "start": 821045776,
            "stop": 821045781
        },
        {
            "start": 821045791,
            "stop": 821045810
        },
        {
            "start": 821045814,
            "stop": 821045858
        },
        {
            "start": 821045872,
            "stop": 821045892
        },
        {
            "start": 821045896,
            "stop": 821045916
        },
        {
            "start": 821045924,
            "stop": 821045959
        },
        {
            "start": 821045963,
            "stop": 821045989
        }
    ]
}