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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=32",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 33,
    "results": [
        {
            "start": 817241993,
            "stop": 817242109
        },
        {
            "start": 817242126,
            "stop": 817242137
        },
        {
            "start": 817242148,
            "stop": 817242198
        },
        {
            "start": 817243345,
            "stop": 817244824
        },
        {
            "start": 817244832,
            "stop": 817245293
        },
        {
            "start": 817245302,
            "stop": 817245494
        },
        {
            "start": 817245502,
            "stop": 817246345
        },
        {
            "start": 817246353,
            "stop": 817246700
        },
        {
            "start": 817246708,
            "stop": 817247517
        },
        {
            "start": 817247528,
            "stop": 817247533
        },
        {
            "start": 817247542,
            "stop": 817247561
        },
        {
            "start": 817247570,
            "stop": 817247589
        },
        {
            "start": 817248222,
            "stop": 817248357
        },
        {
            "start": 817248365,
            "stop": 817248413
        },
        {
            "start": 817248421,
            "stop": 817248430
        },
        {
            "start": 817248441,
            "stop": 817248450
        },
        {
            "start": 817249073,
            "stop": 817252174
        },
        {
            "start": 817252182,
            "stop": 817253777
        },
        {
            "start": 817253785,
            "stop": 817254539
        },
        {
            "start": 817254717,
            "stop": 817257135
        }
    ]
}