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=1962
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=1963",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1961",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1962,
    "results": [
        {
            "start": 1253250807,
            "stop": 1253251435
        },
        {
            "start": 1253251437,
            "stop": 1253254157
        },
        {
            "start": 1253254160,
            "stop": 1253255764
        },
        {
            "start": 1253255767,
            "stop": 1253258034
        },
        {
            "start": 1253258037,
            "stop": 1253259527
        },
        {
            "start": 1253259530,
            "stop": 1253260307
        },
        {
            "start": 1253260315,
            "stop": 1253260321
        },
        {
            "start": 1253265612,
            "stop": 1253266128
        },
        {
            "start": 1253266129,
            "stop": 1253266527
        },
        {
            "start": 1253266530,
            "stop": 1253267421
        },
        {
            "start": 1253267429,
            "stop": 1253269812
        },
        {
            "start": 1253269815,
            "stop": 1253271415
        },
        {
            "start": 1253271417,
            "stop": 1253271889
        },
        {
            "start": 1253271892,
            "stop": 1253272084
        },
        {
            "start": 1253272087,
            "stop": 1253273158
        },
        {
            "start": 1253273161,
            "stop": 1253274844
        },
        {
            "start": 1253274852,
            "stop": 1253276249
        },
        {
            "start": 1253276252,
            "stop": 1253276358
        },
        {
            "start": 1253276361,
            "stop": 1253278266
        },
        {
            "start": 1253278269,
            "stop": 1253278723
        }
    ]
}