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=8
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=9",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=7",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 8,
    "results": [
        {
            "start": 1238294390,
            "stop": 1238295899
        },
        {
            "start": 1238295902,
            "stop": 1238298017
        },
        {
            "start": 1238298020,
            "stop": 1238298614
        },
        {
            "start": 1238298616,
            "stop": 1238300101
        },
        {
            "start": 1238300104,
            "stop": 1238301307
        },
        {
            "start": 1238301309,
            "stop": 1238303441
        },
        {
            "start": 1238303443,
            "stop": 1238304711
        },
        {
            "start": 1238304714,
            "stop": 1238305896
        },
        {
            "start": 1238305899,
            "stop": 1238307521
        },
        {
            "start": 1238307523,
            "stop": 1238308337
        },
        {
            "start": 1238318337,
            "stop": 1238318658
        },
        {
            "start": 1238318661,
            "stop": 1238321506
        },
        {
            "start": 1238321509,
            "stop": 1238322702
        },
        {
            "start": 1238322705,
            "stop": 1238322798
        },
        {
            "start": 1238322801,
            "stop": 1238326294
        },
        {
            "start": 1238326297,
            "stop": 1238329278
        },
        {
            "start": 1238329281,
            "stop": 1238329552
        },
        {
            "start": 1238329555,
            "stop": 1238331936
        },
        {
            "start": 1238331939,
            "stop": 1238332566
        },
        {
            "start": 1238332569,
            "stop": 1238333126
        }
    ]
}