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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=370",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=368",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 369,
    "results": [
        {
            "start": 821759890,
            "stop": 821759896
        },
        {
            "start": 821759900,
            "stop": 821759905
        },
        {
            "start": 821759908,
            "stop": 821759909
        },
        {
            "start": 821759912,
            "stop": 821759915
        },
        {
            "start": 821759918,
            "stop": 821759927
        },
        {
            "start": 821759933,
            "stop": 821759934
        },
        {
            "start": 821759940,
            "stop": 821759942
        },
        {
            "start": 821759956,
            "stop": 821759958
        },
        {
            "start": 821759964,
            "stop": 821759971
        },
        {
            "start": 821759975,
            "stop": 821759979
        },
        {
            "start": 821759992,
            "stop": 821759993
        },
        {
            "start": 821759996,
            "stop": 821759997
        },
        {
            "start": 821760004,
            "stop": 821760012
        },
        {
            "start": 821760019,
            "stop": 821760024
        },
        {
            "start": 821760027,
            "stop": 821760033
        },
        {
            "start": 821760036,
            "stop": 821760046
        },
        {
            "start": 821760051,
            "stop": 821760057
        },
        {
            "start": 821760060,
            "stop": 821760067
        },
        {
            "start": 821760073,
            "stop": 821760086
        },
        {
            "start": 821760089,
            "stop": 821760090
        }
    ]
}