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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=40",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 41,
    "results": [
        {
            "start": 1126312819,
            "stop": 1126313174
        },
        {
            "start": 1126313175,
            "stop": 1126313520
        },
        {
            "start": 1126313521,
            "stop": 1126313531
        },
        {
            "start": 1126313533,
            "stop": 1126313536
        },
        {
            "start": 1126313539,
            "stop": 1126313638
        },
        {
            "start": 1126313639,
            "stop": 1126313641
        },
        {
            "start": 1126313643,
            "stop": 1126313650
        },
        {
            "start": 1126313651,
            "stop": 1126313906
        },
        {
            "start": 1126313908,
            "stop": 1126314263
        },
        {
            "start": 1126314264,
            "stop": 1126314298
        },
        {
            "start": 1126314300,
            "stop": 1126314411
        },
        {
            "start": 1126314413,
            "stop": 1126314609
        },
        {
            "start": 1126314610,
            "stop": 1126314655
        },
        {
            "start": 1126314656,
            "stop": 1126314761
        },
        {
            "start": 1126314762,
            "stop": 1126314830
        },
        {
            "start": 1126314831,
            "stop": 1126314844
        },
        {
            "start": 1126314845,
            "stop": 1126314848
        },
        {
            "start": 1126314849,
            "stop": 1126314969
        },
        {
            "start": 1126314971,
            "stop": 1126315314
        },
        {
            "start": 1126315316,
            "stop": 1126315523
        }
    ]
}