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=4662
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=4663",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4661",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4662,
    "results": [
        {
            "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": 874293899
        },
        {
            "start": 874294019,
            "stop": 874294032
        },
        {
            "start": 874294062,
            "stop": 874294128
        },
        {
            "start": 874294147,
            "stop": 874294201
        },
        {
            "start": 874294224,
            "stop": 874294261
        },
        {
            "start": 874294280,
            "stop": 874294308
        },
        {
            "start": 874294332,
            "stop": 874294362
        },
        {
            "start": 874294399,
            "stop": 874294419
        }
    ]
}