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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1587",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1585",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1586,
    "results": [
        {
            "start": 952941874,
            "stop": 952942030
        },
        {
            "start": 952942032,
            "stop": 952944710
        },
        {
            "start": 952944712,
            "stop": 952946007
        },
        {
            "start": 952946009,
            "stop": 952946857
        },
        {
            "start": 952946859,
            "stop": 952947185
        },
        {
            "start": 952947187,
            "stop": 952947195
        },
        {
            "start": 952951501,
            "stop": 952955361
        },
        {
            "start": 952956847,
            "stop": 952957067
        },
        {
            "start": 952957116,
            "stop": 952961912
        },
        {
            "start": 952961914,
            "stop": 952962535
        },
        {
            "start": 952962538,
            "stop": 952963942
        },
        {
            "start": 952963944,
            "stop": 952964085
        },
        {
            "start": 952964087,
            "stop": 952964205
        },
        {
            "start": 952964207,
            "stop": 952964628
        },
        {
            "start": 952964630,
            "stop": 952964690
        },
        {
            "start": 952964692,
            "stop": 952966862
        },
        {
            "start": 952966864,
            "stop": 952968780
        },
        {
            "start": 952968782,
            "stop": 952969577
        },
        {
            "start": 952969579,
            "stop": 952969720
        },
        {
            "start": 952969722,
            "stop": 952971547
        }
    ]
}