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=4880
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=4881",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4879",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4880,
    "results": [
        {
            "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
        },
        {
            "start": 874224026,
            "stop": 874224044
        },
        {
            "start": 874224063,
            "stop": 874224113
        },
        {
            "start": 874224133,
            "stop": 874224197
        },
        {
            "start": 874224216,
            "stop": 874224217
        },
        {
            "start": 874224237,
            "stop": 874224352
        },
        {
            "start": 874224371,
            "stop": 874224406
        },
        {
            "start": 874224436,
            "stop": 874224509
        },
        {
            "start": 874224528,
            "stop": 874224708
        },
        {
            "start": 874224741,
            "stop": 874224763
        }
    ]
}