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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=33",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 34,
    "results": [
        {
            "start": 821376688,
            "stop": 821376692
        },
        {
            "start": 821376848,
            "stop": 821376868
        },
        {
            "start": 821376996,
            "stop": 821377844
        },
        {
            "start": 821378331,
            "stop": 821378702
        },
        {
            "start": 821378890,
            "stop": 821381773
        },
        {
            "start": 821381792,
            "stop": 821381796
        },
        {
            "start": 821382028,
            "stop": 821382193
        },
        {
            "start": 821382212,
            "stop": 821382216
        },
        {
            "start": 821382274,
            "stop": 821383333
        },
        {
            "start": 821383340,
            "stop": 821383342
        },
        {
            "start": 821383472,
            "stop": 821384413
        },
        {
            "start": 821384441,
            "stop": 821384443
        },
        {
            "start": 821384783,
            "stop": 821388793
        },
        {
            "start": 821388819,
            "stop": 821388822
        },
        {
            "start": 821388900,
            "stop": 821393615
        },
        {
            "start": 821395306,
            "stop": 821416049
        },
        {
            "start": 821416355,
            "stop": 821433073
        },
        {
            "start": 821433108,
            "stop": 821433111
        },
        {
            "start": 821433648,
            "stop": 821445356
        },
        {
            "start": 821448137,
            "stop": 821450173
        }
    ]
}