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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=2",
    "previous": null,
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 1,
    "results": [
        {
            "start": 1256655666,
            "stop": 1256657495
        },
        {
            "start": 1256657496,
            "stop": 1256657739
        },
        {
            "start": 1256663958,
            "stop": 1256667568
        },
        {
            "start": 1256667569,
            "stop": 1256673192
        },
        {
            "start": 1256673691,
            "stop": 1256677350
        },
        {
            "start": 1256677351,
            "stop": 1256690068
        },
        {
            "start": 1256690069,
            "stop": 1256710281
        },
        {
            "start": 1256710282,
            "stop": 1256710397
        },
        {
            "start": 1256710398,
            "stop": 1256744847
        },
        {
            "start": 1256744848,
            "stop": 1256745091
        },
        {
            "start": 1256745092,
            "stop": 1256752124
        },
        {
            "start": 1256752125,
            "stop": 1256753734
        },
        {
            "start": 1256753735,
            "stop": 1256754006
        },
        {
            "start": 1256754007,
            "stop": 1256755192
        },
        {
            "start": 1256755193,
            "stop": 1256756709
        },
        {
            "start": 1256766682,
            "stop": 1256766710
        },
        {
            "start": 1256766711,
            "stop": 1256772748
        },
        {
            "start": 1256775368,
            "stop": 1256798948
        },
        {
            "start": 1256809201,
            "stop": 1256821151
        },
        {
            "start": 1256821199,
            "stop": 1256821222
        }
    ]
}