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=4918
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=4919",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4917",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4918,
    "results": [
        {
            "start": 874292567,
            "stop": 874292649
        },
        {
            "start": 874292677,
            "stop": 874292745
        },
        {
            "start": 874292771,
            "stop": 874292778
        },
        {
            "start": 874292797,
            "stop": 874292953
        },
        {
            "start": 874292973,
            "stop": 874293087
        },
        {
            "start": 874293107,
            "stop": 874293109
        },
        {
            "start": 874293128,
            "stop": 874293131
        },
        {
            "start": 874293166,
            "stop": 874293223
        },
        {
            "start": 874293254,
            "stop": 874293279
        },
        {
            "start": 874293311,
            "stop": 874293344
        },
        {
            "start": 874293368,
            "stop": 874293437
        },
        {
            "start": 874293457,
            "stop": 874293480
        },
        {
            "start": 874293518,
            "stop": 874293683
        },
        {
            "start": 874293707,
            "stop": 874293751
        },
        {
            "start": 874293784,
            "stop": 874293801
        },
        {
            "start": 874293820,
            "stop": 874293833
        },
        {
            "start": 874293852,
            "stop": 874293855
        },
        {
            "start": 874293880,
            "stop": 874293937
        },
        {
            "start": 874293956,
            "stop": 874293966
        },
        {
            "start": 874293989,
            "stop": 874294032
        }
    ]
}