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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=51",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 52,
    "results": [
        {
            "start": 817242430,
            "stop": 817242721
        },
        {
            "start": 817242728,
            "stop": 817242907
        },
        {
            "start": 817242914,
            "stop": 817243333
        },
        {
            "start": 817243366,
            "stop": 817243367
        },
        {
            "start": 817244187,
            "stop": 817244760
        },
        {
            "start": 817244820,
            "stop": 817244880
        },
        {
            "start": 817244940,
            "stop": 817245180
        },
        {
            "start": 817245240,
            "stop": 817245300
        },
        {
            "start": 817245360,
            "stop": 817245475
        },
        {
            "start": 817245482,
            "stop": 817245705
        },
        {
            "start": 817245712,
            "stop": 817245944
        },
        {
            "start": 817247901,
            "stop": 817248120
        },
        {
            "start": 817248180,
            "stop": 817248192
        },
        {
            "start": 817248199,
            "stop": 817248420
        },
        {
            "start": 817248480,
            "stop": 817248770
        },
        {
            "start": 817248850,
            "stop": 817248900
        },
        {
            "start": 817248960,
            "stop": 817249001
        },
        {
            "start": 817249008,
            "stop": 817249020
        },
        {
            "start": 817249270,
            "stop": 817249303
        },
        {
            "start": 817249310,
            "stop": 817249455
        }
    ]
}