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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=371",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=369",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 370,
    "results": [
        {
            "start": 821759933,
            "stop": 821759934
        },
        {
            "start": 821759940,
            "stop": 821759942
        },
        {
            "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": 821760074,
            "stop": 821760086
        },
        {
            "start": 821760089,
            "stop": 821760090
        },
        {
            "start": 821760093,
            "stop": 821760094
        },
        {
            "start": 821760099,
            "stop": 821760102
        },
        {
            "start": 821760105,
            "stop": 821760107
        },
        {
            "start": 821760111,
            "stop": 821760115
        },
        {
            "start": 821760124,
            "stop": 821760127
        },
        {
            "start": 821760135,
            "stop": 821760137
        }
    ]
}