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=8819
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=8820",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8818",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8819,
    "results": [
        {
            "start": 874197060,
            "stop": 874197240
        },
        {
            "start": 874197360,
            "stop": 874197890
        },
        {
            "start": 874197970,
            "stop": 874197995
        },
        {
            "start": 874198115,
            "stop": 874198740
        },
        {
            "start": 874198800,
            "stop": 874198920
        },
        {
            "start": 874198980,
            "stop": 874199580
        },
        {
            "start": 874199700,
            "stop": 874199983
        },
        {
            "start": 874200000,
            "stop": 874200420
        },
        {
            "start": 874200480,
            "stop": 874201380
        },
        {
            "start": 874201500,
            "stop": 874202064
        },
        {
            "start": 874202081,
            "stop": 874202367
        },
        {
            "start": 874202614,
            "stop": 874202640
        },
        {
            "start": 874202760,
            "stop": 874203540
        },
        {
            "start": 874203600,
            "stop": 874204910
        },
        {
            "start": 874204990,
            "stop": 874207010
        },
        {
            "start": 874207090,
            "stop": 874207236
        },
        {
            "start": 874207356,
            "stop": 874208769
        },
        {
            "start": 874208889,
            "stop": 874209586
        },
        {
            "start": 874209603,
            "stop": 874219254
        },
        {
            "start": 874219374,
            "stop": 874219718
        }
    ]
}