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_CBCHIGH_CAT3/segments?format=api&page=5020
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=5021",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5019",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5020,
    "results": [
        {
            "start": 874543862,
            "stop": 874543887
        },
        {
            "start": 874543912,
            "stop": 874543922
        },
        {
            "start": 874543942,
            "stop": 874543943
        },
        {
            "start": 874543979,
            "stop": 874544064
        },
        {
            "start": 874544139,
            "stop": 874544166
        },
        {
            "start": 874544186,
            "stop": 874544280
        },
        {
            "start": 874544400,
            "stop": 874544414
        },
        {
            "start": 874544459,
            "stop": 874544501
        },
        {
            "start": 874544520,
            "stop": 874544560
        },
        {
            "start": 874544586,
            "stop": 874544605
        },
        {
            "start": 874544624,
            "stop": 874544683
        },
        {
            "start": 874544703,
            "stop": 874544816
        },
        {
            "start": 874544835,
            "stop": 874544856
        },
        {
            "start": 874544882,
            "stop": 874544886
        },
        {
            "start": 874544906,
            "stop": 874544912
        },
        {
            "start": 874544931,
            "stop": 874544938
        },
        {
            "start": 874545035,
            "stop": 874545060
        },
        {
            "start": 874545160,
            "stop": 874545192
        },
        {
            "start": 874545211,
            "stop": 874545231
        },
        {
            "start": 874545301,
            "stop": 874545368
        }
    ]
}