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=1066
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=1067",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1065",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1066,
    "results": [
        {
            "start": 1253098316,
            "stop": 1253098352
        },
        {
            "start": 1253098355,
            "stop": 1253098473
        },
        {
            "start": 1253098478,
            "stop": 1253098853
        },
        {
            "start": 1253098858,
            "stop": 1253098860
        },
        {
            "start": 1253098864,
            "stop": 1253098867
        },
        {
            "start": 1253098871,
            "stop": 1253098973
        },
        {
            "start": 1253098976,
            "stop": 1253099117
        },
        {
            "start": 1253099120,
            "stop": 1253099158
        },
        {
            "start": 1253099160,
            "stop": 1253099345
        },
        {
            "start": 1253099350,
            "stop": 1253099375
        },
        {
            "start": 1253099380,
            "stop": 1253099412
        },
        {
            "start": 1253099417,
            "stop": 1253099475
        },
        {
            "start": 1253099480,
            "stop": 1253099874
        },
        {
            "start": 1253099878,
            "stop": 1253099987
        },
        {
            "start": 1253099992,
            "stop": 1253100459
        },
        {
            "start": 1253100462,
            "stop": 1253100466
        },
        {
            "start": 1253100471,
            "stop": 1253100686
        },
        {
            "start": 1253100693,
            "stop": 1253100833
        },
        {
            "start": 1253100836,
            "stop": 1253101102
        },
        {
            "start": 1253101110,
            "stop": 1253101482
        }
    ]
}