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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=835",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=833",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 834,
    "results": [
        {
            "start": 869667736,
            "stop": 869667750
        },
        {
            "start": 869667761,
            "stop": 869667771
        },
        {
            "start": 869667781,
            "stop": 869667790
        },
        {
            "start": 869667800,
            "stop": 869667807
        },
        {
            "start": 869667819,
            "stop": 869667829
        },
        {
            "start": 869667841,
            "stop": 869667854
        },
        {
            "start": 869667860,
            "stop": 869667872
        },
        {
            "start": 869670071,
            "stop": 869683530
        },
        {
            "start": 869683590,
            "stop": 869720573
        },
        {
            "start": 869725134,
            "stop": 869773249
        },
        {
            "start": 869779285,
            "stop": 869823270
        },
        {
            "start": 869823390,
            "stop": 869831159
        },
        {
            "start": 869831797,
            "stop": 869858195
        },
        {
            "start": 869861420,
            "stop": 869868570
        },
        {
            "start": 869868630,
            "stop": 869868635
        },
        {
            "start": 869869301,
            "stop": 869871447
        },
        {
            "start": 869872091,
            "stop": 869900490
        },
        {
            "start": 869900610,
            "stop": 869922590
        },
        {
            "start": 869923613,
            "stop": 869925540
        },
        {
            "start": 869925660,
            "stop": 869929063
        }
    ]
}