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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5300",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5301,
    "results": [
        {
            "start": 875112657,
            "stop": 875112683
        },
        {
            "start": 875112726,
            "stop": 875112811
        },
        {
            "start": 875112859,
            "stop": 875112959
        },
        {
            "start": 875112995,
            "stop": 875112998
        },
        {
            "start": 875113101,
            "stop": 875113137
        },
        {
            "start": 875113198,
            "stop": 875113342
        },
        {
            "start": 875113378,
            "stop": 875113389
        },
        {
            "start": 875113425,
            "stop": 875113493
        },
        {
            "start": 875113559,
            "stop": 875113576
        },
        {
            "start": 875113612,
            "stop": 875113800
        },
        {
            "start": 875113836,
            "stop": 875113853
        },
        {
            "start": 875113922,
            "stop": 875113925
        },
        {
            "start": 875113961,
            "stop": 875114716
        },
        {
            "start": 875114816,
            "stop": 875114917
        },
        {
            "start": 875115043,
            "stop": 875115266
        },
        {
            "start": 875115381,
            "stop": 875115404
        },
        {
            "start": 875115451,
            "stop": 875115750
        },
        {
            "start": 875116618,
            "stop": 875116631
        },
        {
            "start": 875116675,
            "stop": 875116702
        },
        {
            "start": 875116710,
            "stop": 875116773
        }
    ]
}