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=4625
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=4626",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4624",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4625,
    "results": [
        {
            "start": 874222499,
            "stop": 874222514
        },
        {
            "start": 874222533,
            "stop": 874222735
        },
        {
            "start": 874222754,
            "stop": 874222780
        },
        {
            "start": 874222800,
            "stop": 874222829
        },
        {
            "start": 874222856,
            "stop": 874223049
        },
        {
            "start": 874223068,
            "stop": 874223107
        },
        {
            "start": 874223127,
            "stop": 874223252
        },
        {
            "start": 874223271,
            "stop": 874223279
        },
        {
            "start": 874223305,
            "stop": 874223320
        },
        {
            "start": 874223339,
            "stop": 874223372
        },
        {
            "start": 874223395,
            "stop": 874223404
        },
        {
            "start": 874223423,
            "stop": 874223492
        },
        {
            "start": 874223520,
            "stop": 874223554
        },
        {
            "start": 874223574,
            "stop": 874223589
        },
        {
            "start": 874223608,
            "stop": 874223674
        },
        {
            "start": 874223693,
            "stop": 874223699
        },
        {
            "start": 874223718,
            "stop": 874223799
        },
        {
            "start": 874223842,
            "stop": 874223936
        },
        {
            "start": 874223955,
            "stop": 874223975
        },
        {
            "start": 874223999,
            "stop": 874224006
        }
    ]
}