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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4654",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4652",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4653,
    "results": [
        {
            "start": 874277162,
            "stop": 874277504
        },
        {
            "start": 874277685,
            "stop": 874277880
        },
        {
            "start": 874277940,
            "stop": 874278953
        },
        {
            "start": 874279073,
            "stop": 874279404
        },
        {
            "start": 874279423,
            "stop": 874279740
        },
        {
            "start": 874279800,
            "stop": 874279867
        },
        {
            "start": 874279887,
            "stop": 874279991
        },
        {
            "start": 874280114,
            "stop": 874280237
        },
        {
            "start": 874280256,
            "stop": 874280260
        },
        {
            "start": 874280316,
            "stop": 874280335
        },
        {
            "start": 874280385,
            "stop": 874280439
        },
        {
            "start": 874280458,
            "stop": 874280605
        },
        {
            "start": 874280624,
            "stop": 874280640
        },
        {
            "start": 874280805,
            "stop": 874280813
        },
        {
            "start": 874280832,
            "stop": 874280857
        },
        {
            "start": 874280879,
            "stop": 874280881
        },
        {
            "start": 874280900,
            "stop": 874280907
        },
        {
            "start": 874280926,
            "stop": 874280927
        },
        {
            "start": 874280946,
            "stop": 874280953
        },
        {
            "start": 874281003,
            "stop": 874281082
        }
    ]
}