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=289
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=290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=288",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 289,
    "results": [
        {
            "start": 822647896,
            "stop": 822648040
        },
        {
            "start": 822648043,
            "stop": 822648285
        },
        {
            "start": 822648289,
            "stop": 822648435
        },
        {
            "start": 822648438,
            "stop": 822649121
        },
        {
            "start": 822649125,
            "stop": 822649132
        },
        {
            "start": 822649136,
            "stop": 822649425
        },
        {
            "start": 822649428,
            "stop": 822649563
        },
        {
            "start": 822649566,
            "stop": 822649589
        },
        {
            "start": 822649592,
            "stop": 822649594
        },
        {
            "start": 822649598,
            "stop": 822649604
        },
        {
            "start": 822649785,
            "stop": 822649904
        },
        {
            "start": 822650085,
            "stop": 822651031
        },
        {
            "start": 822651034,
            "stop": 822651036
        },
        {
            "start": 822651040,
            "stop": 822651045
        },
        {
            "start": 822651394,
            "stop": 822651433
        },
        {
            "start": 822651562,
            "stop": 822651630
        },
        {
            "start": 822651633,
            "stop": 822652147
        },
        {
            "start": 822652151,
            "stop": 822652739
        },
        {
            "start": 822652744,
            "stop": 822652877
        },
        {
            "start": 822652881,
            "stop": 822653021
        }
    ]
}