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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=781",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=779",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 780,
    "results": [
        {
            "start": 1268235168,
            "stop": 1268238560
        },
        {
            "start": 1268238563,
            "stop": 1268238645
        },
        {
            "start": 1268238649,
            "stop": 1268238757
        },
        {
            "start": 1268238758,
            "stop": 1268238806
        },
        {
            "start": 1268238809,
            "stop": 1268238815
        },
        {
            "start": 1268238817,
            "stop": 1268238822
        },
        {
            "start": 1268241608,
            "stop": 1268243787
        },
        {
            "start": 1268243789,
            "stop": 1268246754
        },
        {
            "start": 1268246758,
            "stop": 1268246808
        },
        {
            "start": 1268246810,
            "stop": 1268249499
        },
        {
            "start": 1268249503,
            "stop": 1268249504
        },
        {
            "start": 1268249509,
            "stop": 1268249548
        },
        {
            "start": 1268249551,
            "stop": 1268251343
        },
        {
            "start": 1268251345,
            "stop": 1268253770
        },
        {
            "start": 1268253771,
            "stop": 1268253773
        },
        {
            "start": 1268253775,
            "stop": 1268253776
        },
        {
            "start": 1268253781,
            "stop": 1268253782
        },
        {
            "start": 1268253784,
            "stop": 1268253785
        },
        {
            "start": 1268253786,
            "stop": 1268253793
        },
        {
            "start": 1268253795,
            "stop": 1268253843
        }
    ]
}