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/H1_CBCHIGH_CAT3/segments?format=api&page=492
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=493",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=491",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 492,
    "results": [
        {
            "start": 826675392,
            "stop": 826677299
        },
        {
            "start": 826677321,
            "stop": 826678370
        },
        {
            "start": 826678387,
            "stop": 826679159
        },
        {
            "start": 826679176,
            "stop": 826681296
        },
        {
            "start": 826681406,
            "stop": 826681425
        },
        {
            "start": 826681725,
            "stop": 826681755
        },
        {
            "start": 826682402,
            "stop": 826685365
        },
        {
            "start": 826685665,
            "stop": 826686358
        },
        {
            "start": 826686782,
            "stop": 826686943
        },
        {
            "start": 826686963,
            "stop": 826689488
        },
        {
            "start": 826689492,
            "stop": 826691955
        },
        {
            "start": 826691958,
            "stop": 826693324
        },
        {
            "start": 826693348,
            "stop": 826695515
        },
        {
            "start": 826695539,
            "stop": 826695659
        },
        {
            "start": 826695676,
            "stop": 826696830
        },
        {
            "start": 826696849,
            "stop": 826696909
        },
        {
            "start": 826696928,
            "stop": 826697760
        },
        {
            "start": 826697781,
            "stop": 826700204
        },
        {
            "start": 826700653,
            "stop": 826702908
        },
        {
            "start": 826702911,
            "stop": 826702942
        }
    ]
}