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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=38",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 39,
    "results": [
        {
            "start": 1170007979,
            "stop": 1170008268
        },
        {
            "start": 1170008272,
            "stop": 1170008958
        },
        {
            "start": 1170008961,
            "stop": 1170009642
        },
        {
            "start": 1170009646,
            "stop": 1170010132
        },
        {
            "start": 1170010135,
            "stop": 1170016187
        },
        {
            "start": 1170016190,
            "stop": 1170019108
        },
        {
            "start": 1170033213,
            "stop": 1170034120
        },
        {
            "start": 1170037775,
            "stop": 1170038367
        },
        {
            "start": 1170042399,
            "stop": 1170042905
        },
        {
            "start": 1170045770,
            "stop": 1170046262
        },
        {
            "start": 1170059394,
            "stop": 1170075331
        },
        {
            "start": 1170075335,
            "stop": 1170083148
        },
        {
            "start": 1170083152,
            "stop": 1170085239
        },
        {
            "start": 1170085243,
            "stop": 1170086470
        },
        {
            "start": 1170086473,
            "stop": 1170090181
        },
        {
            "start": 1170092936,
            "stop": 1170092939
        },
        {
            "start": 1170092942,
            "stop": 1170092947
        },
        {
            "start": 1170092950,
            "stop": 1170093096
        },
        {
            "start": 1170093099,
            "stop": 1170093181
        },
        {
            "start": 1170093184,
            "stop": 1170093753
        }
    ]
}