Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=134
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=133",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 134,
    "results": [
        {
            "start": 931591810,
            "stop": 931591811
        },
        {
            "start": 931591814,
            "stop": 931591818
        },
        {
            "start": 931591821,
            "stop": 931591839
        },
        {
            "start": 931591846,
            "stop": 931591852
        },
        {
            "start": 931591855,
            "stop": 931591858
        },
        {
            "start": 931591861,
            "stop": 931591878
        },
        {
            "start": 931591881,
            "stop": 931591887
        },
        {
            "start": 931591895,
            "stop": 931591896
        },
        {
            "start": 931591899,
            "stop": 931591908
        },
        {
            "start": 931591912,
            "stop": 931591917
        },
        {
            "start": 931591920,
            "stop": 931591927
        },
        {
            "start": 931591929,
            "stop": 931591945
        },
        {
            "start": 931591951,
            "stop": 931591954
        },
        {
            "start": 931591957,
            "stop": 931591961
        },
        {
            "start": 931591969,
            "stop": 931591979
        },
        {
            "start": 931591982,
            "stop": 931591983
        },
        {
            "start": 931591986,
            "stop": 931591988
        },
        {
            "start": 931591996,
            "stop": 931591997
        },
        {
            "start": 931591999,
            "stop": 931592020
        },
        {
            "start": 931592023,
            "stop": 931592029
        }
    ]
}