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=65
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=66",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=64",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 65,
    "results": [
        {
            "start": 1238768205,
            "stop": 1238768207
        },
        {
            "start": 1238768208,
            "stop": 1238768209
        },
        {
            "start": 1238768212,
            "stop": 1238768216
        },
        {
            "start": 1238768218,
            "stop": 1238768220
        },
        {
            "start": 1238768222,
            "stop": 1238768307
        },
        {
            "start": 1238768308,
            "stop": 1238768311
        },
        {
            "start": 1238768313,
            "stop": 1238768314
        },
        {
            "start": 1238768315,
            "stop": 1238768316
        },
        {
            "start": 1238768317,
            "stop": 1238768322
        },
        {
            "start": 1238768323,
            "stop": 1238768343
        },
        {
            "start": 1238768344,
            "stop": 1238768357
        },
        {
            "start": 1238768359,
            "stop": 1238768362
        },
        {
            "start": 1238768364,
            "stop": 1238768365
        },
        {
            "start": 1238768367,
            "stop": 1238768372
        },
        {
            "start": 1238768373,
            "stop": 1238768383
        },
        {
            "start": 1238768385,
            "stop": 1238768393
        },
        {
            "start": 1238768394,
            "stop": 1238768395
        },
        {
            "start": 1238768396,
            "stop": 1238768412
        },
        {
            "start": 1238768414,
            "stop": 1238768436
        },
        {
            "start": 1238768438,
            "stop": 1238768444
        }
    ]
}