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=40748
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=40749",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40747",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40748,
    "results": [
        {
            "start": 874971802,
            "stop": 874971804
        },
        {
            "start": 874971805,
            "stop": 874971813
        },
        {
            "start": 874971814,
            "stop": 874971817
        },
        {
            "start": 874971819,
            "stop": 874971825
        },
        {
            "start": 874971826,
            "stop": 874971852
        },
        {
            "start": 874971854,
            "stop": 874971873
        },
        {
            "start": 874971875,
            "stop": 874971905
        },
        {
            "start": 874971906,
            "stop": 874971916
        },
        {
            "start": 874971918,
            "stop": 874971927
        },
        {
            "start": 874971928,
            "stop": 874971931
        },
        {
            "start": 874971934,
            "stop": 874971938
        },
        {
            "start": 874971939,
            "stop": 874971948
        },
        {
            "start": 874971949,
            "stop": 874971971
        },
        {
            "start": 874971972,
            "stop": 874971996
        },
        {
            "start": 874971997,
            "stop": 874972015
        },
        {
            "start": 874972016,
            "stop": 874972031
        },
        {
            "start": 874972033,
            "stop": 874972035
        },
        {
            "start": 874972037,
            "stop": 874972040
        },
        {
            "start": 874972041,
            "stop": 874972060
        },
        {
            "start": 874972061,
            "stop": 874972072
        }
    ]
}