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=5009
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=5010",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5008",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5009,
    "results": [
        {
            "start": 874510025,
            "stop": 874510049
        },
        {
            "start": 874510111,
            "stop": 874510130
        },
        {
            "start": 874510426,
            "stop": 874510434
        },
        {
            "start": 874510463,
            "stop": 874510518
        },
        {
            "start": 874510541,
            "stop": 874510566
        },
        {
            "start": 874510606,
            "stop": 874510620
        },
        {
            "start": 874510691,
            "stop": 874510697
        },
        {
            "start": 874510734,
            "stop": 874510747
        },
        {
            "start": 874510780,
            "stop": 874510787
        },
        {
            "start": 874510814,
            "stop": 874510815
        },
        {
            "start": 874510835,
            "stop": 874510883
        },
        {
            "start": 874510905,
            "stop": 874510931
        },
        {
            "start": 874511011,
            "stop": 874511019
        },
        {
            "start": 874511044,
            "stop": 874511066
        },
        {
            "start": 874511098,
            "stop": 874511145
        },
        {
            "start": 874511246,
            "stop": 874511269
        },
        {
            "start": 874511288,
            "stop": 874511321
        },
        {
            "start": 874511340,
            "stop": 874511396
        },
        {
            "start": 874511415,
            "stop": 874511418
        },
        {
            "start": 874511509,
            "stop": 874511565
        }
    ]
}