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=8808
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=8809",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8807",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8808,
    "results": [
        {
            "start": 874021320,
            "stop": 874021380
        },
        {
            "start": 874021860,
            "stop": 874021920
        },
        {
            "start": 874022160,
            "stop": 874022220
        },
        {
            "start": 874025520,
            "stop": 874025640
        },
        {
            "start": 874025880,
            "stop": 874025924
        },
        {
            "start": 874026180,
            "stop": 874026240
        },
        {
            "start": 874026480,
            "stop": 874026540
        },
        {
            "start": 874026600,
            "stop": 874026660
        },
        {
            "start": 874026720,
            "stop": 874026840
        },
        {
            "start": 874026912,
            "stop": 874026960
        },
        {
            "start": 874027080,
            "stop": 874027380
        },
        {
            "start": 874027440,
            "stop": 874027980
        },
        {
            "start": 874028100,
            "stop": 874028400
        },
        {
            "start": 874028460,
            "stop": 874029456
        },
        {
            "start": 874029576,
            "stop": 874030422
        },
        {
            "start": 874030542,
            "stop": 874031314
        },
        {
            "start": 874031331,
            "stop": 874033165
        },
        {
            "start": 874033298,
            "stop": 874033707
        },
        {
            "start": 874033827,
            "stop": 874034545
        },
        {
            "start": 874034665,
            "stop": 874035585
        }
    ]
}