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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=1080",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=1078",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1079,
    "results": [
        {
            "start": 1253192431,
            "stop": 1253192788
        },
        {
            "start": 1253192792,
            "stop": 1253192822
        },
        {
            "start": 1253192826,
            "stop": 1253193120
        },
        {
            "start": 1253193123,
            "stop": 1253193200
        },
        {
            "start": 1253193203,
            "stop": 1253193593
        },
        {
            "start": 1253193601,
            "stop": 1253195394
        },
        {
            "start": 1253195397,
            "stop": 1253195581
        },
        {
            "start": 1253195588,
            "stop": 1253195717
        },
        {
            "start": 1253195720,
            "stop": 1253195965
        },
        {
            "start": 1253195970,
            "stop": 1253196429
        },
        {
            "start": 1253196432,
            "stop": 1253196740
        },
        {
            "start": 1253196744,
            "stop": 1253196785
        },
        {
            "start": 1253196789,
            "stop": 1253196814
        },
        {
            "start": 1253196821,
            "stop": 1253196948
        },
        {
            "start": 1253196951,
            "stop": 1253197568
        },
        {
            "start": 1253197573,
            "stop": 1253200265
        },
        {
            "start": 1253200270,
            "stop": 1253200592
        },
        {
            "start": 1253200596,
            "stop": 1253201132
        },
        {
            "start": 1253201137,
            "stop": 1253201848
        },
        {
            "start": 1253201852,
            "stop": 1253203831
        }
    ]
}