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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=121",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 122,
    "results": [
        {
            "start": 1239878113,
            "stop": 1239878231
        },
        {
            "start": 1239878233,
            "stop": 1239878351
        },
        {
            "start": 1239878353,
            "stop": 1239878471
        },
        {
            "start": 1239878473,
            "stop": 1239878591
        },
        {
            "start": 1239878593,
            "stop": 1239878711
        },
        {
            "start": 1239878713,
            "stop": 1239878831
        },
        {
            "start": 1239878833,
            "stop": 1239878951
        },
        {
            "start": 1239878953,
            "stop": 1239879071
        },
        {
            "start": 1239879073,
            "stop": 1239879191
        },
        {
            "start": 1239879192,
            "stop": 1239879311
        },
        {
            "start": 1239879312,
            "stop": 1239879431
        },
        {
            "start": 1239879432,
            "stop": 1239879551
        },
        {
            "start": 1239879552,
            "stop": 1239879671
        },
        {
            "start": 1239879672,
            "stop": 1239879791
        },
        {
            "start": 1239879792,
            "stop": 1239879911
        },
        {
            "start": 1239879912,
            "stop": 1239880011
        },
        {
            "start": 1239880012,
            "stop": 1239880151
        },
        {
            "start": 1239880152,
            "stop": 1239880271
        },
        {
            "start": 1239880272,
            "stop": 1239880391
        },
        {
            "start": 1239880392,
            "stop": 1239880511
        }
    ]
}