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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=398",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=396",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 397,
    "results": [
        {
            "start": 1184584922,
            "stop": 1184585337
        },
        {
            "start": 1184585351,
            "stop": 1184585352
        },
        {
            "start": 1184585360,
            "stop": 1184587613
        },
        {
            "start": 1184587634,
            "stop": 1184588953
        },
        {
            "start": 1184588959,
            "stop": 1184589022
        },
        {
            "start": 1184589028,
            "stop": 1184589829
        },
        {
            "start": 1184589834,
            "stop": 1184590271
        },
        {
            "start": 1184590279,
            "stop": 1184594950
        },
        {
            "start": 1184594952,
            "stop": 1184598669
        },
        {
            "start": 1184598671,
            "stop": 1184600154
        },
        {
            "start": 1184600156,
            "stop": 1184604591
        },
        {
            "start": 1184608169,
            "stop": 1184608485
        },
        {
            "start": 1184609593,
            "stop": 1184610452
        },
        {
            "start": 1184610482,
            "stop": 1184611331
        },
        {
            "start": 1184611333,
            "stop": 1184612256
        },
        {
            "start": 1184612308,
            "stop": 1184613369
        },
        {
            "start": 1184615862,
            "stop": 1184616238
        },
        {
            "start": 1184616240,
            "stop": 1184616790
        },
        {
            "start": 1184616815,
            "stop": 1184625900
        },
        {
            "start": 1184637929,
            "stop": 1184676655
        }
    ]
}