Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=412
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=413",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=411",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 412,
    "results": [
        {
            "start": 1182697953,
            "stop": 1182698375
        },
        {
            "start": 1182698378,
            "stop": 1182698862
        },
        {
            "start": 1182698864,
            "stop": 1182698895
        },
        {
            "start": 1182698896,
            "stop": 1182698905
        },
        {
            "start": 1182698906,
            "stop": 1182699798
        },
        {
            "start": 1182699799,
            "stop": 1182699807
        },
        {
            "start": 1182699808,
            "stop": 1182700312
        },
        {
            "start": 1182700313,
            "stop": 1182702430
        },
        {
            "start": 1182702431,
            "stop": 1182702469
        },
        {
            "start": 1182702471,
            "stop": 1182703949
        },
        {
            "start": 1182703952,
            "stop": 1182704522
        },
        {
            "start": 1182704526,
            "stop": 1182704913
        },
        {
            "start": 1182704917,
            "stop": 1182704975
        },
        {
            "start": 1182704978,
            "stop": 1182705230
        },
        {
            "start": 1182705233,
            "stop": 1182706133
        },
        {
            "start": 1182706138,
            "stop": 1182706174
        },
        {
            "start": 1182706175,
            "stop": 1182706176
        },
        {
            "start": 1182706178,
            "stop": 1182706981
        },
        {
            "start": 1182706982,
            "stop": 1182708079
        },
        {
            "start": 1182708080,
            "stop": 1182708117
        }
    ]
}