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=1055
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=1056",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1054",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1055,
    "results": [
        {
            "start": 1253027684,
            "stop": 1253027764
        },
        {
            "start": 1253027768,
            "stop": 1253028018
        },
        {
            "start": 1253028022,
            "stop": 1253028336
        },
        {
            "start": 1253028339,
            "stop": 1253029066
        },
        {
            "start": 1253029069,
            "stop": 1253029080
        },
        {
            "start": 1253029087,
            "stop": 1253029285
        },
        {
            "start": 1253029289,
            "stop": 1253029606
        },
        {
            "start": 1253029609,
            "stop": 1253029953
        },
        {
            "start": 1253029958,
            "stop": 1253030336
        },
        {
            "start": 1253030340,
            "stop": 1253031391
        },
        {
            "start": 1253031395,
            "stop": 1253031751
        },
        {
            "start": 1253031755,
            "stop": 1253031895
        },
        {
            "start": 1253031898,
            "stop": 1253031923
        },
        {
            "start": 1253031927,
            "stop": 1253033007
        },
        {
            "start": 1253033010,
            "stop": 1253033017
        },
        {
            "start": 1253033021,
            "stop": 1253034709
        },
        {
            "start": 1253034712,
            "stop": 1253035288
        },
        {
            "start": 1253039579,
            "stop": 1253039645
        },
        {
            "start": 1253039648,
            "stop": 1253040208
        },
        {
            "start": 1253040212,
            "stop": 1253040838
        }
    ]
}