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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=2",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 3,
    "results": [
        {
            "start": 815239530,
            "stop": 815239684
        },
        {
            "start": 815239685,
            "stop": 815239770
        },
        {
            "start": 815239831,
            "stop": 815239832
        },
        {
            "start": 815239833,
            "stop": 815239834
        },
        {
            "start": 815239836,
            "stop": 815239890
        },
        {
            "start": 815239950,
            "stop": 815239972
        },
        {
            "start": 815240846,
            "stop": 815241090
        },
        {
            "start": 815241270,
            "stop": 815241570
        },
        {
            "start": 815241630,
            "stop": 815242290
        },
        {
            "start": 815242410,
            "stop": 815244090
        },
        {
            "start": 815244270,
            "stop": 815245230
        },
        {
            "start": 815245290,
            "stop": 815247150
        },
        {
            "start": 815247994,
            "stop": 815250750
        },
        {
            "start": 815250810,
            "stop": 815252520
        },
        {
            "start": 815265560,
            "stop": 815265588
        },
        {
            "start": 815265590,
            "stop": 815265750
        },
        {
            "start": 815265810,
            "stop": 815266770
        },
        {
            "start": 815266830,
            "stop": 815266841
        },
        {
            "start": 815267210,
            "stop": 815267722
        },
        {
            "start": 815267726,
            "stop": 815267730
        }
    ]
}