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=8860
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=8861",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8859",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8860,
    "results": [
        {
            "start": 874729260,
            "stop": 874729311
        },
        {
            "start": 874729440,
            "stop": 874732610
        },
        {
            "start": 874732690,
            "stop": 874734000
        },
        {
            "start": 874734060,
            "stop": 874734360
        },
        {
            "start": 874734540,
            "stop": 874734960
        },
        {
            "start": 874735140,
            "stop": 874736340
        },
        {
            "start": 874736400,
            "stop": 874737238
        },
        {
            "start": 874737358,
            "stop": 874741638
        },
        {
            "start": 874741758,
            "stop": 874743480
        },
        {
            "start": 874743540,
            "stop": 874744260
        },
        {
            "start": 874744320,
            "stop": 874745176
        },
        {
            "start": 874745193,
            "stop": 874745340
        },
        {
            "start": 874745400,
            "stop": 874746065
        },
        {
            "start": 874746082,
            "stop": 874746445
        },
        {
            "start": 874746462,
            "stop": 874747350
        },
        {
            "start": 874747367,
            "stop": 874747388
        },
        {
            "start": 874747405,
            "stop": 874747440
        },
        {
            "start": 874747560,
            "stop": 874747643
        },
        {
            "start": 874747660,
            "stop": 874748520
        },
        {
            "start": 874748580,
            "stop": 874749180
        }
    ]
}