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_H1L1/segments?format=api&page=55
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=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=54",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 55,
    "results": [
        {
            "start": 819260285,
            "stop": 819261125
        },
        {
            "start": 819261301,
            "stop": 819261481
        },
        {
            "start": 819261698,
            "stop": 819261758
        },
        {
            "start": 819262231,
            "stop": 819262291
        },
        {
            "start": 819263685,
            "stop": 819263745
        },
        {
            "start": 819264492,
            "stop": 819264732
        },
        {
            "start": 819265199,
            "stop": 819265379
        },
        {
            "start": 819266341,
            "stop": 819266461
        },
        {
            "start": 819266803,
            "stop": 819266923
        },
        {
            "start": 819267155,
            "stop": 819267215
        },
        {
            "start": 819267376,
            "stop": 819267556
        },
        {
            "start": 819267720,
            "stop": 819267780
        },
        {
            "start": 819268002,
            "stop": 819268062
        },
        {
            "start": 819268684,
            "stop": 819268804
        },
        {
            "start": 819269050,
            "stop": 819269110
        },
        {
            "start": 819271348,
            "stop": 819271528
        },
        {
            "start": 819271950,
            "stop": 819272250
        },
        {
            "start": 819272483,
            "stop": 819272543
        },
        {
            "start": 819273009,
            "stop": 819273189
        },
        {
            "start": 819273567,
            "stop": 819273687
        }
    ]
}