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=6094
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=6095",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6093",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6094,
    "results": [
        {
            "start": 873987960,
            "stop": 873988307
        },
        {
            "start": 873988310,
            "stop": 873988376
        },
        {
            "start": 873988377,
            "stop": 873988506
        },
        {
            "start": 873988511,
            "stop": 873988730
        },
        {
            "start": 873988733,
            "stop": 873988737
        },
        {
            "start": 873988740,
            "stop": 873989940
        },
        {
            "start": 873989947,
            "stop": 873989959
        },
        {
            "start": 873989962,
            "stop": 873989964
        },
        {
            "start": 873989967,
            "stop": 873990639
        },
        {
            "start": 873990640,
            "stop": 873990657
        },
        {
            "start": 873990658,
            "stop": 873991848
        },
        {
            "start": 873991851,
            "stop": 873991853
        },
        {
            "start": 873991856,
            "stop": 873992101
        },
        {
            "start": 873992104,
            "stop": 873992752
        },
        {
            "start": 873992753,
            "stop": 873992969
        },
        {
            "start": 873992970,
            "stop": 873993123
        },
        {
            "start": 873993126,
            "stop": 873993150
        },
        {
            "start": 873994383,
            "stop": 873994543
        },
        {
            "start": 873994549,
            "stop": 873994576
        },
        {
            "start": 873994579,
            "stop": 873994584
        }
    ]
}