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=40594
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=40595",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40593",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40594,
    "results": [
        {
            "start": 874880750,
            "stop": 874880751
        },
        {
            "start": 874880753,
            "stop": 874880806
        },
        {
            "start": 874880807,
            "stop": 874880822
        },
        {
            "start": 874880823,
            "stop": 874880829
        },
        {
            "start": 874880830,
            "stop": 874880845
        },
        {
            "start": 874880846,
            "stop": 874880879
        },
        {
            "start": 874880881,
            "stop": 874880897
        },
        {
            "start": 874880898,
            "stop": 874880927
        },
        {
            "start": 874880929,
            "stop": 874880937
        },
        {
            "start": 874880939,
            "stop": 874880963
        },
        {
            "start": 874880964,
            "stop": 874881022
        },
        {
            "start": 874881023,
            "stop": 874881028
        },
        {
            "start": 874881030,
            "stop": 874881046
        },
        {
            "start": 874881048,
            "stop": 874881057
        },
        {
            "start": 874881058,
            "stop": 874881062
        },
        {
            "start": 874881064,
            "stop": 874881101
        },
        {
            "start": 874881103,
            "stop": 874881115
        },
        {
            "start": 874881117,
            "stop": 874881129
        },
        {
            "start": 874881131,
            "stop": 874881224
        },
        {
            "start": 874881225,
            "stop": 874881229
        }
    ]
}