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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1048",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1046",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1047,
    "results": [
        {
            "start": 1252918602,
            "stop": 1252918788
        },
        {
            "start": 1252918793,
            "stop": 1252919006
        },
        {
            "start": 1252919010,
            "stop": 1252919553
        },
        {
            "start": 1252919560,
            "stop": 1252919883
        },
        {
            "start": 1252919886,
            "stop": 1252919990
        },
        {
            "start": 1252919992,
            "stop": 1252920048
        },
        {
            "start": 1252920051,
            "stop": 1252920128
        },
        {
            "start": 1252920131,
            "stop": 1252920267
        },
        {
            "start": 1252920270,
            "stop": 1252920389
        },
        {
            "start": 1252920392,
            "stop": 1252920709
        },
        {
            "start": 1252920713,
            "stop": 1252920721
        },
        {
            "start": 1252920725,
            "stop": 1252920981
        },
        {
            "start": 1252920984,
            "stop": 1252921162
        },
        {
            "start": 1252921167,
            "stop": 1252921263
        },
        {
            "start": 1252921267,
            "stop": 1252921468
        },
        {
            "start": 1252921471,
            "stop": 1252922015
        },
        {
            "start": 1252922023,
            "stop": 1252922320
        },
        {
            "start": 1252922323,
            "stop": 1252922338
        },
        {
            "start": 1252922341,
            "stop": 1252923081
        },
        {
            "start": 1252923084,
            "stop": 1252923168
        }
    ]
}