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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=117",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 118,
    "results": [
        {
            "start": 832129398,
            "stop": 832130780
        },
        {
            "start": 832131441,
            "stop": 832131607
        },
        {
            "start": 832131927,
            "stop": 832132559
        },
        {
            "start": 832132959,
            "stop": 832133020
        },
        {
            "start": 832133340,
            "stop": 832140506
        },
        {
            "start": 832142245,
            "stop": 832142475
        },
        {
            "start": 832142795,
            "stop": 832143053
        },
        {
            "start": 832143453,
            "stop": 832144651
        },
        {
            "start": 832145051,
            "stop": 832145398
        },
        {
            "start": 832145718,
            "stop": 832147155
        },
        {
            "start": 832147555,
            "stop": 832148185
        },
        {
            "start": 832148505,
            "stop": 832150034
        },
        {
            "start": 832151476,
            "stop": 832162031
        },
        {
            "start": 832166201,
            "stop": 832169929
        },
        {
            "start": 832170649,
            "stop": 832171026
        },
        {
            "start": 832172031,
            "stop": 832172369
        },
        {
            "start": 832172789,
            "stop": 832174997
        },
        {
            "start": 832177573,
            "stop": 832179205
        },
        {
            "start": 832179880,
            "stop": 832180495
        },
        {
            "start": 832180815,
            "stop": 832180950
        }
    ]
}