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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=19",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 20,
    "results": [
        {
            "start": 1238356943,
            "stop": 1238356959
        },
        {
            "start": 1238356960,
            "stop": 1238356962
        },
        {
            "start": 1238356963,
            "stop": 1238356974
        },
        {
            "start": 1238356976,
            "stop": 1238356991
        },
        {
            "start": 1238356992,
            "stop": 1238356994
        },
        {
            "start": 1238356995,
            "stop": 1238357068
        },
        {
            "start": 1238357069,
            "stop": 1238357073
        },
        {
            "start": 1238357074,
            "stop": 1238357101
        },
        {
            "start": 1238357104,
            "stop": 1238357110
        },
        {
            "start": 1238357112,
            "stop": 1238357115
        },
        {
            "start": 1238357116,
            "stop": 1238357138
        },
        {
            "start": 1238368387,
            "stop": 1238368419
        },
        {
            "start": 1238368422,
            "stop": 1238368520
        },
        {
            "start": 1238368523,
            "stop": 1238368525
        },
        {
            "start": 1238368526,
            "stop": 1238368528
        },
        {
            "start": 1238368529,
            "stop": 1238368814
        },
        {
            "start": 1238368815,
            "stop": 1238368819
        },
        {
            "start": 1238368820,
            "stop": 1238368926
        },
        {
            "start": 1238368927,
            "stop": 1238368928
        },
        {
            "start": 1238368929,
            "stop": 1238368974
        }
    ]
}