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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1065",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1063",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1064,
    "results": [
        {
            "start": 873305105,
            "stop": 873306575
        },
        {
            "start": 873306748,
            "stop": 873307648
        },
        {
            "start": 873307796,
            "stop": 873308516
        },
        {
            "start": 873308949,
            "stop": 873309309
        },
        {
            "start": 873309477,
            "stop": 873310467
        },
        {
            "start": 873310639,
            "stop": 873311119
        },
        {
            "start": 873312850,
            "stop": 873314890
        },
        {
            "start": 873315163,
            "stop": 873318373
        },
        {
            "start": 873318523,
            "stop": 873319063
        },
        {
            "start": 873319277,
            "stop": 873321197
        },
        {
            "start": 873323484,
            "stop": 873323904
        },
        {
            "start": 873324089,
            "stop": 873326489
        },
        {
            "start": 873330934,
            "stop": 873331294
        },
        {
            "start": 873331499,
            "stop": 873332099
        },
        {
            "start": 873332255,
            "stop": 873339515
        },
        {
            "start": 873339687,
            "stop": 873341127
        },
        {
            "start": 873341289,
            "stop": 873341649
        },
        {
            "start": 873341948,
            "stop": 873342188
        },
        {
            "start": 873342459,
            "stop": 873342939
        },
        {
            "start": 873343101,
            "stop": 873344421
        }
    ]
}