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_CBCLOW_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_CBCLOW_CAT2/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 2,
    "results": [
        {
            "start": 815231235,
            "stop": 815236327
        },
        {
            "start": 815236334,
            "stop": 815238073
        },
        {
            "start": 815238084,
            "stop": 815239684
        },
        {
            "start": 815239685,
            "stop": 815239825
        },
        {
            "start": 815239840,
            "stop": 815239971
        },
        {
            "start": 815240846,
            "stop": 815247180
        },
        {
            "start": 815247994,
            "stop": 815252520
        },
        {
            "start": 815265560,
            "stop": 815265587
        },
        {
            "start": 815265594,
            "stop": 815266840
        },
        {
            "start": 815267210,
            "stop": 815267721
        },
        {
            "start": 815267730,
            "stop": 815271379
        },
        {
            "start": 815298136,
            "stop": 815298300
        },
        {
            "start": 815298308,
            "stop": 815299890
        },
        {
            "start": 815300562,
            "stop": 815303655
        },
        {
            "start": 815304110,
            "stop": 815304779
        },
        {
            "start": 815306225,
            "stop": 815306268
        },
        {
            "start": 815306276,
            "stop": 815306384
        },
        {
            "start": 815306393,
            "stop": 815306451
        },
        {
            "start": 815306458,
            "stop": 815306508
        },
        {
            "start": 815307250,
            "stop": 815307322
        }
    ]
}