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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=798",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=796",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 797,
    "results": [
        {
            "start": 1268471972,
            "stop": 1268472036
        },
        {
            "start": 1268472037,
            "stop": 1268472094
        },
        {
            "start": 1268472096,
            "stop": 1268472231
        },
        {
            "start": 1268472232,
            "stop": 1268472487
        },
        {
            "start": 1268472488,
            "stop": 1268472491
        },
        {
            "start": 1268472492,
            "stop": 1268473221
        },
        {
            "start": 1268473222,
            "stop": 1268473231
        },
        {
            "start": 1268473233,
            "stop": 1268473236
        },
        {
            "start": 1268473237,
            "stop": 1268473239
        },
        {
            "start": 1268473242,
            "stop": 1268473267
        },
        {
            "start": 1268473268,
            "stop": 1268473278
        },
        {
            "start": 1268473279,
            "stop": 1268473281
        },
        {
            "start": 1268473282,
            "stop": 1268473346
        },
        {
            "start": 1268473347,
            "stop": 1268473390
        },
        {
            "start": 1268473391,
            "stop": 1268473402
        },
        {
            "start": 1268473403,
            "stop": 1268473429
        },
        {
            "start": 1268473430,
            "stop": 1268473442
        },
        {
            "start": 1268473443,
            "stop": 1268473647
        },
        {
            "start": 1268473648,
            "stop": 1268473653
        },
        {
            "start": 1268473655,
            "stop": 1268473686
        }
    ]
}