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=143
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=144",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=142",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 143,
    "results": [
        {
            "start": 1239934151,
            "stop": 1239934270
        },
        {
            "start": 1239934271,
            "stop": 1239934390
        },
        {
            "start": 1239934391,
            "stop": 1239934490
        },
        {
            "start": 1239934491,
            "stop": 1239934630
        },
        {
            "start": 1239934631,
            "stop": 1239934750
        },
        {
            "start": 1239934751,
            "stop": 1239934870
        },
        {
            "start": 1239934871,
            "stop": 1239934990
        },
        {
            "start": 1239934991,
            "stop": 1239935110
        },
        {
            "start": 1239935111,
            "stop": 1239935230
        },
        {
            "start": 1239935231,
            "stop": 1239935350
        },
        {
            "start": 1239935351,
            "stop": 1239935470
        },
        {
            "start": 1239935471,
            "stop": 1239935590
        },
        {
            "start": 1239935591,
            "stop": 1239935710
        },
        {
            "start": 1239935711,
            "stop": 1239935830
        },
        {
            "start": 1239935831,
            "stop": 1239935950
        },
        {
            "start": 1239935951,
            "stop": 1239936070
        },
        {
            "start": 1239936071,
            "stop": 1239936190
        },
        {
            "start": 1239936191,
            "stop": 1239936310
        },
        {
            "start": 1239936311,
            "stop": 1239936430
        },
        {
            "start": 1239936431,
            "stop": 1239936550
        }
    ]
}