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=270
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=271",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=269",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 270,
    "results": [
        {
            "start": 933508391,
            "stop": 933508483
        },
        {
            "start": 933508488,
            "stop": 933509010
        },
        {
            "start": 933509015,
            "stop": 933509117
        },
        {
            "start": 933509118,
            "stop": 933509552
        },
        {
            "start": 933509557,
            "stop": 933509789
        },
        {
            "start": 933509794,
            "stop": 933509821
        },
        {
            "start": 933509827,
            "stop": 933510198
        },
        {
            "start": 933510703,
            "stop": 933510781
        },
        {
            "start": 933510782,
            "stop": 933510785
        },
        {
            "start": 933510786,
            "stop": 933510792
        },
        {
            "start": 933512112,
            "stop": 933512113
        },
        {
            "start": 933512114,
            "stop": 933512123
        },
        {
            "start": 933512128,
            "stop": 933512132
        },
        {
            "start": 933512134,
            "stop": 933512137
        },
        {
            "start": 933512140,
            "stop": 933512145
        },
        {
            "start": 933512148,
            "stop": 933512150
        },
        {
            "start": 933512151,
            "stop": 933512154
        },
        {
            "start": 933512155,
            "stop": 933512157
        },
        {
            "start": 933512159,
            "stop": 933512166
        },
        {
            "start": 933512167,
            "stop": 933512173
        }
    ]
}