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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=47",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 48,
    "results": [
        {
            "start": 931081898,
            "stop": 931081902
        },
        {
            "start": 931081903,
            "stop": 931081905
        },
        {
            "start": 931081908,
            "stop": 931081909
        },
        {
            "start": 931081910,
            "stop": 931081920
        },
        {
            "start": 931081921,
            "stop": 931081925
        },
        {
            "start": 931081926,
            "stop": 931081929
        },
        {
            "start": 931081934,
            "stop": 931081940
        },
        {
            "start": 931081941,
            "stop": 931081949
        },
        {
            "start": 931081950,
            "stop": 931081951
        },
        {
            "start": 931081952,
            "stop": 931081961
        },
        {
            "start": 931081963,
            "stop": 931081964
        },
        {
            "start": 931081966,
            "stop": 931081969
        },
        {
            "start": 931081970,
            "stop": 931081979
        },
        {
            "start": 931081985,
            "stop": 931081986
        },
        {
            "start": 931081989,
            "stop": 931081996
        },
        {
            "start": 931081997,
            "stop": 931082006
        },
        {
            "start": 931082007,
            "stop": 931082013
        },
        {
            "start": 931082015,
            "stop": 931082016
        },
        {
            "start": 931082017,
            "stop": 931082022
        },
        {
            "start": 931082023,
            "stop": 931082024
        }
    ]
}