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=4782
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=4783",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4781",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4782,
    "results": [
        {
            "start": 970507071,
            "stop": 970507192
        },
        {
            "start": 970566904,
            "stop": 970566927
        },
        {
            "start": 970566930,
            "stop": 970566969
        },
        {
            "start": 970566972,
            "stop": 970567098
        },
        {
            "start": 970567101,
            "stop": 970567343
        },
        {
            "start": 970567346,
            "stop": 970567508
        },
        {
            "start": 970567511,
            "stop": 970567744
        },
        {
            "start": 970567747,
            "stop": 970567991
        },
        {
            "start": 970567994,
            "stop": 970568192
        },
        {
            "start": 970568195,
            "stop": 970568373
        },
        {
            "start": 970569673,
            "stop": 970570108
        },
        {
            "start": 970570111,
            "stop": 970570175
        },
        {
            "start": 970570178,
            "stop": 970570340
        },
        {
            "start": 970570343,
            "stop": 970570345
        },
        {
            "start": 970570366,
            "stop": 970570438
        },
        {
            "start": 970570459,
            "stop": 970570552
        },
        {
            "start": 970572115,
            "stop": 970572374
        },
        {
            "start": 970572377,
            "stop": 970572390
        },
        {
            "start": 970572393,
            "stop": 970573226
        },
        {
            "start": 970573982,
            "stop": 970574172
        }
    ]
}