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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=57",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 58,
    "results": [
        {
            "start": 818097973,
            "stop": 818098573
        },
        {
            "start": 818098844,
            "stop": 818106566
        },
        {
            "start": 818106569,
            "stop": 818110800
        },
        {
            "start": 818110920,
            "stop": 818112720
        },
        {
            "start": 818120524,
            "stop": 818121071
        },
        {
            "start": 818121075,
            "stop": 818129125
        },
        {
            "start": 818129133,
            "stop": 818130342
        },
        {
            "start": 818130581,
            "stop": 818144975
        },
        {
            "start": 818146101,
            "stop": 818159113
        },
        {
            "start": 818159114,
            "stop": 818159115
        },
        {
            "start": 818159119,
            "stop": 818160993
        },
        {
            "start": 818164648,
            "stop": 818165202
        },
        {
            "start": 818165206,
            "stop": 818172736
        },
        {
            "start": 818174757,
            "stop": 818179986
        },
        {
            "start": 818181463,
            "stop": 818181978
        },
        {
            "start": 818188726,
            "stop": 818193120
        },
        {
            "start": 818193180,
            "stop": 818198923
        },
        {
            "start": 818199104,
            "stop": 818206514
        },
        {
            "start": 818207218,
            "stop": 818227407
        },
        {
            "start": 818227489,
            "stop": 818238806
        }
    ]
}