Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46771
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46772",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46770",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46771,
    "results": [
        {
            "start": 875095432,
            "stop": 875095473
        },
        {
            "start": 875095474,
            "stop": 875095484
        },
        {
            "start": 875095666,
            "stop": 875095683
        },
        {
            "start": 875095684,
            "stop": 875095686
        },
        {
            "start": 875095687,
            "stop": 875095725
        },
        {
            "start": 875095726,
            "stop": 875095729
        },
        {
            "start": 875095730,
            "stop": 875095750
        },
        {
            "start": 875095751,
            "stop": 875095800
        },
        {
            "start": 875095801,
            "stop": 875095814
        },
        {
            "start": 875095815,
            "stop": 875095820
        },
        {
            "start": 875095821,
            "stop": 875095835
        },
        {
            "start": 875095836,
            "stop": 875095847
        },
        {
            "start": 875095848,
            "stop": 875095853
        },
        {
            "start": 875095854,
            "stop": 875095865
        },
        {
            "start": 875095866,
            "stop": 875095905
        },
        {
            "start": 875095906,
            "stop": 875095920
        },
        {
            "start": 875095921,
            "stop": 875095945
        },
        {
            "start": 875095946,
            "stop": 875095953
        },
        {
            "start": 875095954,
            "stop": 875095984
        },
        {
            "start": 875095985,
            "stop": 875096006
        }
    ]
}