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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3888",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3886",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3887,
    "results": [
        {
            "start": 873987846,
            "stop": 873987947
        },
        {
            "start": 873987953,
            "stop": 873987957
        },
        {
            "start": 873987960,
            "stop": 873988307
        },
        {
            "start": 873988310,
            "stop": 873988506
        },
        {
            "start": 873988511,
            "stop": 873988730
        },
        {
            "start": 873988733,
            "stop": 873988737
        },
        {
            "start": 873988740,
            "stop": 873989940
        },
        {
            "start": 873989947,
            "stop": 873989959
        },
        {
            "start": 873989962,
            "stop": 873989964
        },
        {
            "start": 873989967,
            "stop": 873991848
        },
        {
            "start": 873991851,
            "stop": 873991853
        },
        {
            "start": 873991856,
            "stop": 873992101
        },
        {
            "start": 873992104,
            "stop": 873993123
        },
        {
            "start": 873993126,
            "stop": 873993150
        },
        {
            "start": 873994383,
            "stop": 873994543
        },
        {
            "start": 873994549,
            "stop": 873994576
        },
        {
            "start": 873994579,
            "stop": 873994584
        },
        {
            "start": 873994588,
            "stop": 873994601
        },
        {
            "start": 873994604,
            "stop": 873994618
        },
        {
            "start": 873994621,
            "stop": 873994661
        }
    ]
}