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=6232
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=6233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6231",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6232,
    "results": [
        {
            "start": 874761768,
            "stop": 874761789
        },
        {
            "start": 874761793,
            "stop": 874761801
        },
        {
            "start": 874761802,
            "stop": 874761828
        },
        {
            "start": 874761829,
            "stop": 874761833
        },
        {
            "start": 874761834,
            "stop": 874761850
        },
        {
            "start": 874761851,
            "stop": 874761872
        },
        {
            "start": 874761874,
            "stop": 874761909
        },
        {
            "start": 874761911,
            "stop": 874761915
        },
        {
            "start": 874761917,
            "stop": 874761919
        },
        {
            "start": 874761922,
            "stop": 874761935
        },
        {
            "start": 874761936,
            "stop": 874761944
        },
        {
            "start": 874795340,
            "stop": 874795668
        },
        {
            "start": 874795670,
            "stop": 874795818
        },
        {
            "start": 874795821,
            "stop": 874796470
        },
        {
            "start": 874796471,
            "stop": 874796536
        },
        {
            "start": 874796543,
            "stop": 874796673
        },
        {
            "start": 874796691,
            "stop": 874796732
        },
        {
            "start": 874796733,
            "stop": 874796734
        },
        {
            "start": 874796735,
            "stop": 874796782
        },
        {
            "start": 874796784,
            "stop": 874797151
        }
    ]
}