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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4810",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4808",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4809,
    "results": [
        {
            "start": 970892011,
            "stop": 970892192
        },
        {
            "start": 970892195,
            "stop": 970892454
        },
        {
            "start": 970892457,
            "stop": 970893116
        },
        {
            "start": 970893119,
            "stop": 970893442
        },
        {
            "start": 970893445,
            "stop": 970894123
        },
        {
            "start": 970894126,
            "stop": 970894360
        },
        {
            "start": 970894363,
            "stop": 970894886
        },
        {
            "start": 970894889,
            "stop": 970894910
        },
        {
            "start": 970894913,
            "stop": 970895357
        },
        {
            "start": 970895375,
            "stop": 970895892
        },
        {
            "start": 970895895,
            "stop": 970895926
        },
        {
            "start": 970895929,
            "stop": 970895969
        },
        {
            "start": 970895972,
            "stop": 970896193
        },
        {
            "start": 970896196,
            "stop": 970896354
        },
        {
            "start": 970896357,
            "stop": 970896416
        },
        {
            "start": 970896434,
            "stop": 970896597
        },
        {
            "start": 970896600,
            "stop": 970897018
        },
        {
            "start": 970897021,
            "stop": 970897024
        },
        {
            "start": 970897027,
            "stop": 970897434
        },
        {
            "start": 970897437,
            "stop": 970897455
        }
    ]
}