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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=76",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 77,
    "results": [
        {
            "start": 1238853710,
            "stop": 1238854028
        },
        {
            "start": 1238854031,
            "stop": 1238854096
        },
        {
            "start": 1238854103,
            "stop": 1238854777
        },
        {
            "start": 1238854778,
            "stop": 1238855016
        },
        {
            "start": 1238855019,
            "stop": 1238855193
        },
        {
            "start": 1238855196,
            "stop": 1238855364
        },
        {
            "start": 1238855367,
            "stop": 1238855490
        },
        {
            "start": 1238855494,
            "stop": 1238855824
        },
        {
            "start": 1238855825,
            "stop": 1238856105
        },
        {
            "start": 1238856107,
            "stop": 1238856121
        },
        {
            "start": 1238856123,
            "stop": 1238856499
        },
        {
            "start": 1238908060,
            "stop": 1238908089
        },
        {
            "start": 1238908092,
            "stop": 1238908106
        },
        {
            "start": 1238908112,
            "stop": 1238908158
        },
        {
            "start": 1238908201,
            "stop": 1238908271
        },
        {
            "start": 1238908272,
            "stop": 1238908275
        },
        {
            "start": 1238908278,
            "stop": 1238908331
        },
        {
            "start": 1238908334,
            "stop": 1238908556
        },
        {
            "start": 1238908557,
            "stop": 1238908658
        },
        {
            "start": 1238908666,
            "stop": 1238908920
        }
    ]
}