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_STOCH_CAT1/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_STOCH_CAT1/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 2,
    "results": [
        {
            "start": 815219912,
            "stop": 815221302
        },
        {
            "start": 815221912,
            "stop": 815223723
        },
        {
            "start": 815223886,
            "stop": 815230076
        },
        {
            "start": 815231235,
            "stop": 815233184
        },
        {
            "start": 815233216,
            "stop": 815236327
        },
        {
            "start": 815236330,
            "stop": 815238073
        },
        {
            "start": 815238084,
            "stop": 815239826
        },
        {
            "start": 815239836,
            "stop": 815239933
        },
        {
            "start": 815240846,
            "stop": 815247133
        },
        {
            "start": 815247994,
            "stop": 815252520
        },
        {
            "start": 815265560,
            "stop": 815265587
        },
        {
            "start": 815265590,
            "stop": 815266813
        },
        {
            "start": 815267210,
            "stop": 815267722
        },
        {
            "start": 815267726,
            "stop": 815271379
        },
        {
            "start": 815298136,
            "stop": 815298300
        },
        {
            "start": 815298304,
            "stop": 815299861
        },
        {
            "start": 815300562,
            "stop": 815303630
        },
        {
            "start": 815304110,
            "stop": 815304733
        },
        {
            "start": 815306225,
            "stop": 815306269
        },
        {
            "start": 815306272,
            "stop": 815306385
        }
    ]
}