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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 2,
    "results": [
        {
            "start": 815221912,
            "stop": 815223724
        },
        {
            "start": 815223886,
            "stop": 815230076
        },
        {
            "start": 815231235,
            "stop": 815236328
        },
        {
            "start": 815236330,
            "stop": 815238073
        },
        {
            "start": 815238084,
            "stop": 815239684
        },
        {
            "start": 815239685,
            "stop": 815239826
        },
        {
            "start": 815239831,
            "stop": 815239832
        },
        {
            "start": 815239833,
            "stop": 815239834
        },
        {
            "start": 815239836,
            "stop": 815239933
        },
        {
            "start": 815240846,
            "stop": 815247133
        },
        {
            "start": 815247994,
            "stop": 815252520
        },
        {
            "start": 815265560,
            "stop": 815265588
        },
        {
            "start": 815265590,
            "stop": 815266813
        },
        {
            "start": 815267210,
            "stop": 815267722
        },
        {
            "start": 815267726,
            "stop": 815271379
        },
        {
            "start": 815298136,
            "stop": 815298301
        },
        {
            "start": 815298304,
            "stop": 815299861
        },
        {
            "start": 815300562,
            "stop": 815303630
        },
        {
            "start": 815304110,
            "stop": 815304733
        },
        {
            "start": 815306225,
            "stop": 815306269
        }
    ]
}