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=733
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=734",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=732",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 733,
    "results": [
        {
            "start": 869667321,
            "stop": 869667350
        },
        {
            "start": 869667420,
            "stop": 869667439
        },
        {
            "start": 869667705,
            "stop": 869667706
        },
        {
            "start": 869670071,
            "stop": 869683530
        },
        {
            "start": 869683590,
            "stop": 869720573
        },
        {
            "start": 869725134,
            "stop": 869773244
        },
        {
            "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
        },
        {
            "start": 869953560,
            "stop": 869954374
        },
        {
            "start": 869956192,
            "stop": 869986909
        },
        {
            "start": 869987780,
            "stop": 869992028
        },
        {
            "start": 869993940,
            "stop": 870007450
        }
    ]
}