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=40741
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=40742",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40740",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40741,
    "results": [
        {
            "start": 874968446,
            "stop": 874968453
        },
        {
            "start": 874968454,
            "stop": 874968456
        },
        {
            "start": 874968458,
            "stop": 874968495
        },
        {
            "start": 874968497,
            "stop": 874968504
        },
        {
            "start": 874968505,
            "stop": 874968565
        },
        {
            "start": 874968566,
            "stop": 874968569
        },
        {
            "start": 874968571,
            "stop": 874968620
        },
        {
            "start": 874968621,
            "stop": 874968631
        },
        {
            "start": 874968632,
            "stop": 874968640
        },
        {
            "start": 874968642,
            "stop": 874968644
        },
        {
            "start": 874968646,
            "stop": 874968656
        },
        {
            "start": 874968657,
            "stop": 874968660
        },
        {
            "start": 874968720,
            "stop": 874968747
        },
        {
            "start": 874968749,
            "stop": 874968773
        },
        {
            "start": 874968774,
            "stop": 874968794
        },
        {
            "start": 874968795,
            "stop": 874968855
        },
        {
            "start": 874968856,
            "stop": 874968858
        },
        {
            "start": 874968859,
            "stop": 874968865
        },
        {
            "start": 874968866,
            "stop": 874968901
        },
        {
            "start": 874968902,
            "stop": 874968921
        }
    ]
}