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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=4",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 5,
    "results": [
        {
            "start": 1256729537,
            "stop": 1256729552
        },
        {
            "start": 1256729555,
            "stop": 1256729614
        },
        {
            "start": 1256729617,
            "stop": 1256731437
        },
        {
            "start": 1256731440,
            "stop": 1256731964
        },
        {
            "start": 1256731967,
            "stop": 1256732188
        },
        {
            "start": 1256732191,
            "stop": 1256734016
        },
        {
            "start": 1256734019,
            "stop": 1256735006
        },
        {
            "start": 1256735014,
            "stop": 1256737249
        },
        {
            "start": 1256737257,
            "stop": 1256737556
        },
        {
            "start": 1256737559,
            "stop": 1256737563
        },
        {
            "start": 1256737566,
            "stop": 1256737588
        },
        {
            "start": 1256737591,
            "stop": 1256737642
        },
        {
            "start": 1256737645,
            "stop": 1256740219
        },
        {
            "start": 1256740222,
            "stop": 1256740247
        },
        {
            "start": 1256740250,
            "stop": 1256740295
        },
        {
            "start": 1256740298,
            "stop": 1256740991
        },
        {
            "start": 1256740994,
            "stop": 1256742388
        },
        {
            "start": 1256742391,
            "stop": 1256742434
        },
        {
            "start": 1256742437,
            "stop": 1256742947
        },
        {
            "start": 1256742950,
            "stop": 1256743399
        }
    ]
}