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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6141",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6142,
    "results": [
        {
            "start": 874262338,
            "stop": 874262940
        },
        {
            "start": 874263000,
            "stop": 874263005
        },
        {
            "start": 874265802,
            "stop": 874265953
        },
        {
            "start": 874265954,
            "stop": 874266156
        },
        {
            "start": 874266159,
            "stop": 874266249
        },
        {
            "start": 874266254,
            "stop": 874266308
        },
        {
            "start": 874266311,
            "stop": 874266526
        },
        {
            "start": 874266527,
            "stop": 874266543
        },
        {
            "start": 874266546,
            "stop": 874268940
        },
        {
            "start": 874269000,
            "stop": 874269027
        },
        {
            "start": 874269028,
            "stop": 874269311
        },
        {
            "start": 874269312,
            "stop": 874270325
        },
        {
            "start": 874270327,
            "stop": 874271499
        },
        {
            "start": 874271500,
            "stop": 874272293
        },
        {
            "start": 874272294,
            "stop": 874275561
        },
        {
            "start": 874275564,
            "stop": 874276156
        },
        {
            "start": 874276157,
            "stop": 874276490
        },
        {
            "start": 874276491,
            "stop": 874280307
        },
        {
            "start": 874280309,
            "stop": 874280570
        },
        {
            "start": 874280572,
            "stop": 874283318
        }
    ]
}