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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5040",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5038",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5039,
    "results": [
        {
            "start": 874575636,
            "stop": 874576010
        },
        {
            "start": 874576029,
            "stop": 874576102
        },
        {
            "start": 874576121,
            "stop": 874576143
        },
        {
            "start": 874576164,
            "stop": 874576229
        },
        {
            "start": 874576251,
            "stop": 874576498
        },
        {
            "start": 874576515,
            "stop": 874576612
        },
        {
            "start": 874576631,
            "stop": 874576694
        },
        {
            "start": 874576713,
            "stop": 874576816
        },
        {
            "start": 874576835,
            "stop": 874576845
        },
        {
            "start": 874576864,
            "stop": 874576914
        },
        {
            "start": 874576933,
            "stop": 874576960
        },
        {
            "start": 874576980,
            "stop": 874577052
        },
        {
            "start": 874577071,
            "stop": 874577097
        },
        {
            "start": 874577116,
            "stop": 874577246
        },
        {
            "start": 874577265,
            "stop": 874577288
        },
        {
            "start": 874577308,
            "stop": 874577330
        },
        {
            "start": 874577350,
            "stop": 874577528
        },
        {
            "start": 874577548,
            "stop": 874577757
        },
        {
            "start": 874577776,
            "stop": 874577809
        },
        {
            "start": 874577836,
            "stop": 874578010
        }
    ]
}