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=46
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=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=45",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 46,
    "results": [
        {
            "start": 816920899,
            "stop": 816920935
        },
        {
            "start": 816920949,
            "stop": 816921674
        },
        {
            "start": 816921681,
            "stop": 816921748
        },
        {
            "start": 816921763,
            "stop": 816921777
        },
        {
            "start": 816921784,
            "stop": 816922003
        },
        {
            "start": 816922010,
            "stop": 816922115
        },
        {
            "start": 816922122,
            "stop": 816922321
        },
        {
            "start": 816922332,
            "stop": 816922651
        },
        {
            "start": 816922660,
            "stop": 816922861
        },
        {
            "start": 816922868,
            "stop": 816923122
        },
        {
            "start": 816923129,
            "stop": 816923454
        },
        {
            "start": 816923462,
            "stop": 816924408
        },
        {
            "start": 816924420,
            "stop": 816925594
        },
        {
            "start": 816925601,
            "stop": 816925639
        },
        {
            "start": 816925652,
            "stop": 816926086
        },
        {
            "start": 816926100,
            "stop": 816926852
        },
        {
            "start": 816926860,
            "stop": 816927633
        },
        {
            "start": 816927640,
            "stop": 816929621
        },
        {
            "start": 816929635,
            "stop": 816931426
        },
        {
            "start": 816931434,
            "stop": 816931568
        }
    ]
}