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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=46",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 47,
    "results": [
        {
            "start": 1165844795,
            "stop": 1165844799
        },
        {
            "start": 1165844800,
            "stop": 1165844816
        },
        {
            "start": 1165844817,
            "stop": 1165844825
        },
        {
            "start": 1165844826,
            "stop": 1165844846
        },
        {
            "start": 1165844847,
            "stop": 1165844853
        },
        {
            "start": 1165844854,
            "stop": 1165844904
        },
        {
            "start": 1165844905,
            "stop": 1165844914
        },
        {
            "start": 1165844915,
            "stop": 1165844948
        },
        {
            "start": 1165844949,
            "stop": 1165844950
        },
        {
            "start": 1165844951,
            "stop": 1165844962
        },
        {
            "start": 1165844963,
            "stop": 1165844966
        },
        {
            "start": 1165844968,
            "stop": 1165844988
        },
        {
            "start": 1165844989,
            "stop": 1165844991
        },
        {
            "start": 1165844992,
            "stop": 1165845004
        },
        {
            "start": 1165845005,
            "stop": 1165845008
        },
        {
            "start": 1165845009,
            "stop": 1165845019
        },
        {
            "start": 1165845020,
            "stop": 1165845029
        },
        {
            "start": 1165845030,
            "stop": 1165845031
        },
        {
            "start": 1165845032,
            "stop": 1165845042
        },
        {
            "start": 1165845043,
            "stop": 1165845088
        }
    ]
}