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=6180
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=6181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6179",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6180,
    "results": [
        {
            "start": 874455560,
            "stop": 874455586
        },
        {
            "start": 874455592,
            "stop": 874455593
        },
        {
            "start": 874455596,
            "stop": 874455599
        },
        {
            "start": 874455605,
            "stop": 874455716
        },
        {
            "start": 874455719,
            "stop": 874455730
        },
        {
            "start": 874455737,
            "stop": 874455880
        },
        {
            "start": 874455883,
            "stop": 874455888
        },
        {
            "start": 874455891,
            "stop": 874455903
        },
        {
            "start": 874455908,
            "stop": 874455926
        },
        {
            "start": 874455929,
            "stop": 874455950
        },
        {
            "start": 874455953,
            "stop": 874455986
        },
        {
            "start": 874455989,
            "stop": 874456000
        },
        {
            "start": 874456007,
            "stop": 874456008
        },
        {
            "start": 874456016,
            "stop": 874456017
        },
        {
            "start": 874456020,
            "stop": 874456024
        },
        {
            "start": 874456027,
            "stop": 874456034
        },
        {
            "start": 874456037,
            "stop": 874456038
        },
        {
            "start": 874456046,
            "stop": 874456062
        },
        {
            "start": 874456067,
            "stop": 874456076
        },
        {
            "start": 874456079,
            "stop": 874456086
        }
    ]
}