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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1882",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1880",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1881,
    "results": [
        {
            "start": 969425985,
            "stop": 969426022
        },
        {
            "start": 969426025,
            "stop": 969426026
        },
        {
            "start": 969426028,
            "stop": 969426247
        },
        {
            "start": 969426249,
            "stop": 969428171
        },
        {
            "start": 969428172,
            "stop": 969428261
        },
        {
            "start": 969428262,
            "stop": 969432778
        },
        {
            "start": 969432780,
            "stop": 969433390
        },
        {
            "start": 969433391,
            "stop": 969438095
        },
        {
            "start": 969438098,
            "stop": 969452753
        },
        {
            "start": 969452755,
            "stop": 969454941
        },
        {
            "start": 969457185,
            "stop": 969458322
        },
        {
            "start": 969459355,
            "stop": 969462376
        },
        {
            "start": 969462377,
            "stop": 969462402
        },
        {
            "start": 969462403,
            "stop": 969462862
        },
        {
            "start": 969462864,
            "stop": 969470009
        },
        {
            "start": 969470010,
            "stop": 969470390
        },
        {
            "start": 969470391,
            "stop": 969486664
        },
        {
            "start": 969486665,
            "stop": 969493263
        },
        {
            "start": 969494040,
            "stop": 969494152
        },
        {
            "start": 969494154,
            "stop": 969497905
        }
    ]
}