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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=25",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 26,
    "results": [
        {
            "start": 819147015,
            "stop": 819147016
        },
        {
            "start": 819165778,
            "stop": 819185263
        },
        {
            "start": 819189059,
            "stop": 819191056
        },
        {
            "start": 819192072,
            "stop": 819201781
        },
        {
            "start": 819202650,
            "stop": 819202863
        },
        {
            "start": 819202879,
            "stop": 819204073
        },
        {
            "start": 819204688,
            "stop": 819210013
        },
        {
            "start": 819210047,
            "stop": 819210048
        },
        {
            "start": 819210534,
            "stop": 819211273
        },
        {
            "start": 819212082,
            "stop": 819216073
        },
        {
            "start": 819217966,
            "stop": 819218593
        },
        {
            "start": 819218622,
            "stop": 819218623
        },
        {
            "start": 819218919,
            "stop": 819226573
        },
        {
            "start": 819228203,
            "stop": 819228468
        },
        {
            "start": 819229754,
            "stop": 819230113
        },
        {
            "start": 819230127,
            "stop": 819230128
        },
        {
            "start": 819230311,
            "stop": 819234373
        },
        {
            "start": 819234397,
            "stop": 819234399
        },
        {
            "start": 819235345,
            "stop": 819238093
        },
        {
            "start": 819238104,
            "stop": 819238106
        }
    ]
}