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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=5",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 6,
    "results": [
        {
            "start": 1126634417,
            "stop": 1126634477
        },
        {
            "start": 1126634537,
            "stop": 1126635077
        },
        {
            "start": 1126635137,
            "stop": 1126636997
        },
        {
            "start": 1126637057,
            "stop": 1126637117
        },
        {
            "start": 1126637177,
            "stop": 1126637357
        },
        {
            "start": 1126637537,
            "stop": 1126638710
        },
        {
            "start": 1126638717,
            "stop": 1126638721
        },
        {
            "start": 1126638723,
            "stop": 1126642679
        },
        {
            "start": 1126642680,
            "stop": 1126645451
        },
        {
            "start": 1126645458,
            "stop": 1126648618
        },
        {
            "start": 1126648625,
            "stop": 1126653357
        },
        {
            "start": 1126653364,
            "stop": 1126656885
        },
        {
            "start": 1126656892,
            "stop": 1126657139
        },
        {
            "start": 1126657140,
            "stop": 1126657697
        },
        {
            "start": 1126657757,
            "stop": 1126657817
        },
        {
            "start": 1126657937,
            "stop": 1126659317
        },
        {
            "start": 1126659377,
            "stop": 1126663847
        },
        {
            "start": 1126663855,
            "stop": 1126663868
        },
        {
            "start": 1126663876,
            "stop": 1126670781
        },
        {
            "start": 1126670788,
            "stop": 1126675667
        }
    ]
}