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=1970
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=1971",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1969",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1970,
    "results": [
        {
            "start": 1253411399,
            "stop": 1253411440
        },
        {
            "start": 1253411443,
            "stop": 1253411458
        },
        {
            "start": 1253411461,
            "stop": 1253412448
        },
        {
            "start": 1253412451,
            "stop": 1253412463
        },
        {
            "start": 1253412466,
            "stop": 1253413211
        },
        {
            "start": 1253413213,
            "stop": 1253413476
        },
        {
            "start": 1253413477,
            "stop": 1253414046
        },
        {
            "start": 1253414049,
            "stop": 1253414585
        },
        {
            "start": 1253414587,
            "stop": 1253414945
        },
        {
            "start": 1253414948,
            "stop": 1253415149
        },
        {
            "start": 1253415152,
            "stop": 1253415200
        },
        {
            "start": 1253415203,
            "stop": 1253415354
        },
        {
            "start": 1253415357,
            "stop": 1253415384
        },
        {
            "start": 1253415387,
            "stop": 1253415405
        },
        {
            "start": 1253415407,
            "stop": 1253415620
        },
        {
            "start": 1253415623,
            "stop": 1253415630
        },
        {
            "start": 1253415633,
            "stop": 1253415710
        },
        {
            "start": 1253415713,
            "stop": 1253415763
        },
        {
            "start": 1253415766,
            "stop": 1253416022
        },
        {
            "start": 1253416025,
            "stop": 1253416031
        }
    ]
}