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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40906",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40904",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40905,
    "results": [
        {
            "start": 875092005,
            "stop": 875092022
        },
        {
            "start": 875092024,
            "stop": 875092066
        },
        {
            "start": 875092067,
            "stop": 875092080
        },
        {
            "start": 875092082,
            "stop": 875092086
        },
        {
            "start": 875092088,
            "stop": 875092117
        },
        {
            "start": 875092118,
            "stop": 875092123
        },
        {
            "start": 875092124,
            "stop": 875092203
        },
        {
            "start": 875092204,
            "stop": 875092298
        },
        {
            "start": 875092299,
            "stop": 875092323
        },
        {
            "start": 875092325,
            "stop": 875092351
        },
        {
            "start": 875092352,
            "stop": 875092381
        },
        {
            "start": 875092383,
            "stop": 875092390
        },
        {
            "start": 875092392,
            "stop": 875092500
        },
        {
            "start": 875092501,
            "stop": 875092529
        },
        {
            "start": 875092530,
            "stop": 875092551
        },
        {
            "start": 875092552,
            "stop": 875092623
        },
        {
            "start": 875092624,
            "stop": 875092630
        },
        {
            "start": 875092632,
            "stop": 875092666
        },
        {
            "start": 875092667,
            "stop": 875092679
        },
        {
            "start": 875092680,
            "stop": 875092748
        }
    ]
}