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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1130",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1128",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1129,
    "results": [
        {
            "start": 949902351,
            "stop": 949902352
        },
        {
            "start": 949902812,
            "stop": 949902813
        },
        {
            "start": 949902818,
            "stop": 949903170
        },
        {
            "start": 949903300,
            "stop": 949906881
        },
        {
            "start": 949906883,
            "stop": 949907352
        },
        {
            "start": 949907354,
            "stop": 949911666
        },
        {
            "start": 949912759,
            "stop": 949913174
        },
        {
            "start": 949913176,
            "stop": 949914959
        },
        {
            "start": 949914961,
            "stop": 949915273
        },
        {
            "start": 949915275,
            "stop": 949915349
        },
        {
            "start": 949915351,
            "stop": 949916530
        },
        {
            "start": 949916532,
            "stop": 949916698
        },
        {
            "start": 949916700,
            "stop": 949917727
        },
        {
            "start": 949917729,
            "stop": 949917802
        },
        {
            "start": 949917804,
            "stop": 949917831
        },
        {
            "start": 949917833,
            "stop": 949918852
        },
        {
            "start": 949918854,
            "stop": 949918972
        },
        {
            "start": 949918974,
            "stop": 949919221
        },
        {
            "start": 949920112,
            "stop": 949922146
        },
        {
            "start": 949922148,
            "stop": 949922151
        }
    ]
}