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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4017",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4015",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4016,
    "results": [
        {
            "start": 874803143,
            "stop": 874803168
        },
        {
            "start": 874803172,
            "stop": 874803242
        },
        {
            "start": 874803245,
            "stop": 874803263
        },
        {
            "start": 874803266,
            "stop": 874803277
        },
        {
            "start": 874803281,
            "stop": 874803285
        },
        {
            "start": 874803288,
            "stop": 874803336
        },
        {
            "start": 874803340,
            "stop": 874803351
        },
        {
            "start": 874803354,
            "stop": 874803812
        },
        {
            "start": 874803820,
            "stop": 874803824
        },
        {
            "start": 874803827,
            "stop": 874803831
        },
        {
            "start": 874803836,
            "stop": 874803848
        },
        {
            "start": 874803851,
            "stop": 874804723
        },
        {
            "start": 874804726,
            "stop": 874804922
        },
        {
            "start": 874804926,
            "stop": 874805245
        },
        {
            "start": 874805423,
            "stop": 874805578
        },
        {
            "start": 874805582,
            "stop": 874806003
        },
        {
            "start": 874806010,
            "stop": 874806660
        },
        {
            "start": 874806723,
            "stop": 874806729
        },
        {
            "start": 874806732,
            "stop": 874807411
        },
        {
            "start": 874808192,
            "stop": 874808274
        }
    ]
}