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=57
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=58",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=56",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 57,
    "results": [
        {
            "start": 1171729972,
            "stop": 1171729981
        },
        {
            "start": 1171729984,
            "stop": 1171730053
        },
        {
            "start": 1171730056,
            "stop": 1171730085
        },
        {
            "start": 1171730088,
            "stop": 1171730092
        },
        {
            "start": 1171730095,
            "stop": 1171730115
        },
        {
            "start": 1171730118,
            "stop": 1171730164
        },
        {
            "start": 1171745142,
            "stop": 1171751912
        },
        {
            "start": 1171751916,
            "stop": 1171753161
        },
        {
            "start": 1171753165,
            "stop": 1171791683
        },
        {
            "start": 1171791687,
            "stop": 1171795416
        },
        {
            "start": 1171795420,
            "stop": 1171807854
        },
        {
            "start": 1171807858,
            "stop": 1171814255
        },
        {
            "start": 1171814258,
            "stop": 1171823121
        },
        {
            "start": 1171823124,
            "stop": 1171825518
        },
        {
            "start": 1171825521,
            "stop": 1171834346
        },
        {
            "start": 1171834350,
            "stop": 1171835327
        },
        {
            "start": 1171835330,
            "stop": 1171836567
        },
        {
            "start": 1171836570,
            "stop": 1171836627
        },
        {
            "start": 1171836632,
            "stop": 1171836768
        },
        {
            "start": 1171836771,
            "stop": 1171837103
        }
    ]
}