Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1004
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_H2L1/segments?format=api&page=1005",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1003",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1004,
    "results": [
        {
            "start": 873299451,
            "stop": 873299511
        },
        {
            "start": 873299643,
            "stop": 873299943
        },
        {
            "start": 873300217,
            "stop": 873300337
        },
        {
            "start": 873300684,
            "stop": 873300744
        },
        {
            "start": 873301092,
            "stop": 873301512
        },
        {
            "start": 873304530,
            "stop": 873304890
        },
        {
            "start": 873305105,
            "stop": 873306605
        },
        {
            "start": 873306748,
            "stop": 873307648
        },
        {
            "start": 873307796,
            "stop": 873308516
        },
        {
            "start": 873308949,
            "stop": 873309309
        },
        {
            "start": 873309477,
            "stop": 873310497
        },
        {
            "start": 873310639,
            "stop": 873311119
        },
        {
            "start": 873312850,
            "stop": 873314890
        },
        {
            "start": 873315163,
            "stop": 873318343
        },
        {
            "start": 873319922,
            "stop": 873321182
        },
        {
            "start": 873323484,
            "stop": 873323904
        },
        {
            "start": 873324089,
            "stop": 873326489
        },
        {
            "start": 873330934,
            "stop": 873331294
        },
        {
            "start": 873331499,
            "stop": 873332099
        },
        {
            "start": 873332255,
            "stop": 873339515
        }
    ]
}