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=378
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=379",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=377",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 378,
    "results": [
        {
            "start": 1182815298,
            "stop": 1182815466
        },
        {
            "start": 1182815467,
            "stop": 1182815490
        },
        {
            "start": 1182815491,
            "stop": 1182815699
        },
        {
            "start": 1182815700,
            "stop": 1182815715
        },
        {
            "start": 1182815716,
            "stop": 1182815906
        },
        {
            "start": 1182815907,
            "stop": 1182816147
        },
        {
            "start": 1182816148,
            "stop": 1182816298
        },
        {
            "start": 1182816300,
            "stop": 1182816727
        },
        {
            "start": 1182816728,
            "stop": 1182816744
        },
        {
            "start": 1182816745,
            "stop": 1182816924
        },
        {
            "start": 1182816925,
            "stop": 1182816999
        },
        {
            "start": 1182817000,
            "stop": 1182817022
        },
        {
            "start": 1182817023,
            "stop": 1182817337
        },
        {
            "start": 1182817338,
            "stop": 1182817363
        },
        {
            "start": 1182817425,
            "stop": 1182817432
        },
        {
            "start": 1182817433,
            "stop": 1182817543
        },
        {
            "start": 1182817544,
            "stop": 1182817624
        },
        {
            "start": 1182817625,
            "stop": 1182817783
        },
        {
            "start": 1182817905,
            "stop": 1182817906
        },
        {
            "start": 1182817907,
            "stop": 1182817927
        }
    ]
}