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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=49",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 50,
    "results": [
        {
            "start": 816604715,
            "stop": 816604725
        },
        {
            "start": 816604728,
            "stop": 816604834
        },
        {
            "start": 816604840,
            "stop": 816604981
        },
        {
            "start": 816604990,
            "stop": 816605059
        },
        {
            "start": 816605065,
            "stop": 816605282
        },
        {
            "start": 816605289,
            "stop": 816605570
        },
        {
            "start": 816605576,
            "stop": 816605635
        },
        {
            "start": 816605638,
            "stop": 816605688
        },
        {
            "start": 816605698,
            "stop": 816605867
        },
        {
            "start": 816605870,
            "stop": 816605911
        },
        {
            "start": 816605916,
            "stop": 816605923
        },
        {
            "start": 816605926,
            "stop": 816605995
        },
        {
            "start": 816606001,
            "stop": 816606032
        },
        {
            "start": 816606055,
            "stop": 816606233
        },
        {
            "start": 816606236,
            "stop": 816606295
        },
        {
            "start": 816606323,
            "stop": 816606527
        },
        {
            "start": 816606530,
            "stop": 816606550
        },
        {
            "start": 816606557,
            "stop": 816606657
        },
        {
            "start": 816606660,
            "stop": 816606779
        },
        {
            "start": 816606899,
            "stop": 816606907
        }
    ]
}