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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CBC_CAT2/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CBC_CAT2/segments?format=api&page=26",
    "results_count": 568,
    "results_per_page": 20,
    "num_pages": 29,
    "page_number": 27,
    "results": [
        {
            "start": 1387417818,
            "stop": 1387422236
        },
        {
            "start": 1387427187,
            "stop": 1387468714
        },
        {
            "start": 1387472753,
            "stop": 1387480031
        },
        {
            "start": 1387492371,
            "stop": 1387496591
        },
        {
            "start": 1387560111,
            "stop": 1387568085
        },
        {
            "start": 1387570892,
            "stop": 1387611745
        },
        {
            "start": 1387618503,
            "stop": 1387711986
        },
        {
            "start": 1387722035,
            "stop": 1387791156
        },
        {
            "start": 1387803306,
            "stop": 1387818526
        },
        {
            "start": 1387823085,
            "stop": 1387829880
        },
        {
            "start": 1387844939,
            "stop": 1387853948
        },
        {
            "start": 1387856293,
            "stop": 1387898454
        },
        {
            "start": 1387898743,
            "stop": 1387905075
        },
        {
            "start": 1387912973,
            "stop": 1387962170
        },
        {
            "start": 1387976336,
            "stop": 1387976916
        },
        {
            "start": 1387979647,
            "stop": 1387979752
        },
        {
            "start": 1387986886,
            "stop": 1387987300
        },
        {
            "start": 1387989528,
            "stop": 1387992305
        },
        {
            "start": 1388003145,
            "stop": 1388043797
        },
        {
            "start": 1388049936,
            "stop": 1388066244
        }
    ]
}