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=4832
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=4833",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4831",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4832,
    "results": [
        {
            "start": 971240260,
            "stop": 971240744
        },
        {
            "start": 971240747,
            "stop": 971240881
        },
        {
            "start": 971240884,
            "stop": 971240911
        },
        {
            "start": 971240914,
            "stop": 971241388
        },
        {
            "start": 971241391,
            "stop": 971241408
        },
        {
            "start": 971241411,
            "stop": 971242123
        },
        {
            "start": 971242126,
            "stop": 971242196
        },
        {
            "start": 971242199,
            "stop": 971242804
        },
        {
            "start": 971242807,
            "stop": 971242815
        },
        {
            "start": 971242818,
            "stop": 971242850
        },
        {
            "start": 971242853,
            "stop": 971242879
        },
        {
            "start": 971242882,
            "stop": 971242989
        },
        {
            "start": 971242992,
            "stop": 971243173
        },
        {
            "start": 971243191,
            "stop": 971243371
        },
        {
            "start": 971243374,
            "stop": 971243482
        },
        {
            "start": 971243485,
            "stop": 971244243
        },
        {
            "start": 971244246,
            "stop": 971244310
        },
        {
            "start": 971244313,
            "stop": 971244421
        },
        {
            "start": 971244424,
            "stop": 971244497
        },
        {
            "start": 971244500,
            "stop": 971244538
        }
    ]
}