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=1023
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=1024",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1022",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1023,
    "results": [
        {
            "start": 1252420110,
            "stop": 1252423149
        },
        {
            "start": 1252423153,
            "stop": 1252423516
        },
        {
            "start": 1252423519,
            "stop": 1252425845
        },
        {
            "start": 1252425849,
            "stop": 1252425917
        },
        {
            "start": 1252425922,
            "stop": 1252425977
        },
        {
            "start": 1252425980,
            "stop": 1252426228
        },
        {
            "start": 1252426231,
            "stop": 1252427587
        },
        {
            "start": 1252427590,
            "stop": 1252427962
        },
        {
            "start": 1252427965,
            "stop": 1252429493
        },
        {
            "start": 1252429497,
            "stop": 1252431072
        },
        {
            "start": 1252431075,
            "stop": 1252431234
        },
        {
            "start": 1252431238,
            "stop": 1252431360
        },
        {
            "start": 1252431364,
            "stop": 1252432742
        },
        {
            "start": 1252432745,
            "stop": 1252435786
        },
        {
            "start": 1252435892,
            "stop": 1252436124
        },
        {
            "start": 1252436127,
            "stop": 1252437212
        },
        {
            "start": 1252437215,
            "stop": 1252439674
        },
        {
            "start": 1252439678,
            "stop": 1252439912
        },
        {
            "start": 1252439917,
            "stop": 1252440607
        },
        {
            "start": 1252444588,
            "stop": 1252444951
        }
    ]
}