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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=415",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=413",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 414,
    "results": [
        {
            "start": 1187339673,
            "stop": 1187360760
        },
        {
            "start": 1187361420,
            "stop": 1187363516
        },
        {
            "start": 1187363820,
            "stop": 1187367127
        },
        {
            "start": 1187367129,
            "stop": 1187368746
        },
        {
            "start": 1187368748,
            "stop": 1187372304
        },
        {
            "start": 1187372307,
            "stop": 1187379699
        },
        {
            "start": 1187379702,
            "stop": 1187388926
        },
        {
            "start": 1187388928,
            "stop": 1187390120
        },
        {
            "start": 1187390122,
            "stop": 1187393836
        },
        {
            "start": 1187393838,
            "stop": 1187394920
        },
        {
            "start": 1187394922,
            "stop": 1187405369
        },
        {
            "start": 1187405371,
            "stop": 1187408963
        },
        {
            "start": 1187408966,
            "stop": 1187440026
        },
        {
            "start": 1187441995,
            "stop": 1187446882
        },
        {
            "start": 1187447680,
            "stop": 1187449170
        },
        {
            "start": 1187449172,
            "stop": 1187449219
        },
        {
            "start": 1187483747,
            "stop": 1187485151
        },
        {
            "start": 1187485153,
            "stop": 1187485156
        },
        {
            "start": 1187485158,
            "stop": 1187517678
        },
        {
            "start": 1187518507,
            "stop": 1187539287
        }
    ]
}