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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=29",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 30,
    "results": [
        {
            "start": 819145645,
            "stop": 819147013
        },
        {
            "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": 819211051
        },
        {
            "start": 819211053,
            "stop": 819211273
        },
        {
            "start": 819212082,
            "stop": 819216073
        },
        {
            "start": 819217966,
            "stop": 819218593
        },
        {
            "start": 819218919,
            "stop": 819226573
        },
        {
            "start": 819228203,
            "stop": 819228468
        },
        {
            "start": 819229754,
            "stop": 819230113
        },
        {
            "start": 819230311,
            "stop": 819234373
        },
        {
            "start": 819234397,
            "stop": 819234398
        },
        {
            "start": 819235345,
            "stop": 819238093
        },
        {
            "start": 819238104,
            "stop": 819238105
        }
    ]
}