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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=356",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=354",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 355,
    "results": [
        {
            "start": 1252889910,
            "stop": 1252969611
        },
        {
            "start": 1252971995,
            "stop": 1253035288
        },
        {
            "start": 1253039579,
            "stop": 1253043005
        },
        {
            "start": 1253043017,
            "stop": 1253108620
        },
        {
            "start": 1253141717,
            "stop": 1253142844
        },
        {
            "start": 1253156168,
            "stop": 1253198925
        },
        {
            "start": 1253198926,
            "stop": 1253273000
        },
        {
            "start": 1253275809,
            "stop": 1253281502
        },
        {
            "start": 1253281503,
            "stop": 1253281991
        },
        {
            "start": 1253281992,
            "stop": 1253290821
        },
        {
            "start": 1253293279,
            "stop": 1253331043
        },
        {
            "start": 1253344014,
            "stop": 1253365930
        },
        {
            "start": 1253365932,
            "stop": 1253366576
        },
        {
            "start": 1253366578,
            "stop": 1253367881
        },
        {
            "start": 1253391988,
            "stop": 1253395525
        },
        {
            "start": 1253395527,
            "stop": 1253453332
        },
        {
            "start": 1253453333,
            "stop": 1253453573
        },
        {
            "start": 1253453574,
            "stop": 1253454452
        },
        {
            "start": 1253454454,
            "stop": 1253459618
        },
        {
            "start": 1253459619,
            "stop": 1253476763
        }
    ]
}