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=4825
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=4826",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4824",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4825,
    "results": [
        {
            "start": 874683760,
            "stop": 874683787
        },
        {
            "start": 874683834,
            "stop": 874683836
        },
        {
            "start": 874683873,
            "stop": 874683903
        },
        {
            "start": 874683941,
            "stop": 874683954
        },
        {
            "start": 874683973,
            "stop": 874684007
        },
        {
            "start": 874684031,
            "stop": 874684040
        },
        {
            "start": 874684059,
            "stop": 874684105
        },
        {
            "start": 874684143,
            "stop": 874684175
        },
        {
            "start": 874684238,
            "stop": 874684249
        },
        {
            "start": 874684270,
            "stop": 874684272
        },
        {
            "start": 874684295,
            "stop": 874684298
        },
        {
            "start": 874684317,
            "stop": 874684357
        },
        {
            "start": 874684383,
            "stop": 874684389
        },
        {
            "start": 874684408,
            "stop": 874684413
        },
        {
            "start": 874684432,
            "stop": 874684460
        },
        {
            "start": 874684479,
            "stop": 874684512
        },
        {
            "start": 874684537,
            "stop": 874684564
        },
        {
            "start": 874684584,
            "stop": 874684607
        },
        {
            "start": 874684626,
            "stop": 874684648
        },
        {
            "start": 874684667,
            "stop": 874684717
        }
    ]
}