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=4707
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=4708",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4706",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4707,
    "results": [
        {
            "start": 969975029,
            "stop": 969975082
        },
        {
            "start": 969975085,
            "stop": 969975142
        },
        {
            "start": 969975145,
            "stop": 969975200
        },
        {
            "start": 969975203,
            "stop": 969975259
        },
        {
            "start": 969975262,
            "stop": 969975337
        },
        {
            "start": 969975340,
            "stop": 969975449
        },
        {
            "start": 969975452,
            "stop": 969975460
        },
        {
            "start": 969975463,
            "stop": 969975470
        },
        {
            "start": 969975473,
            "stop": 969975723
        },
        {
            "start": 969975726,
            "stop": 969975772
        },
        {
            "start": 969975775,
            "stop": 969975819
        },
        {
            "start": 969975822,
            "stop": 969975943
        },
        {
            "start": 969975946,
            "stop": 969975957
        },
        {
            "start": 969975960,
            "stop": 969975983
        },
        {
            "start": 969975986,
            "stop": 969976010
        },
        {
            "start": 969976013,
            "stop": 969976025
        },
        {
            "start": 969976028,
            "stop": 969976083
        },
        {
            "start": 969976086,
            "stop": 969976103
        },
        {
            "start": 969976106,
            "stop": 969976160
        },
        {
            "start": 969976163,
            "stop": 969976211
        }
    ]
}