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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=313",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 314,
    "results": [
        {
            "start": 823071481,
            "stop": 823071494
        },
        {
            "start": 823071500,
            "stop": 823071553
        },
        {
            "start": 823071562,
            "stop": 823071631
        },
        {
            "start": 823071636,
            "stop": 823071650
        },
        {
            "start": 823071658,
            "stop": 823071723
        },
        {
            "start": 823071728,
            "stop": 823071786
        },
        {
            "start": 823071795,
            "stop": 823071850
        },
        {
            "start": 823071855,
            "stop": 823071916
        },
        {
            "start": 823071922,
            "stop": 823072006
        },
        {
            "start": 823072011,
            "stop": 823072080
        },
        {
            "start": 823072085,
            "stop": 823072200
        },
        {
            "start": 823072205,
            "stop": 823072477
        },
        {
            "start": 823072493,
            "stop": 823072725
        },
        {
            "start": 823072737,
            "stop": 823072907
        },
        {
            "start": 823072913,
            "stop": 823073036
        },
        {
            "start": 823073042,
            "stop": 823073536
        },
        {
            "start": 823073544,
            "stop": 823073589
        },
        {
            "start": 823073594,
            "stop": 823073632
        },
        {
            "start": 823073637,
            "stop": 823073798
        },
        {
            "start": 823073807,
            "stop": 823073916
        }
    ]
}