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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=137",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 138,
    "results": [
        {
            "start": 931770682,
            "stop": 931770705
        },
        {
            "start": 931770712,
            "stop": 931770733
        },
        {
            "start": 931770740,
            "stop": 931770756
        },
        {
            "start": 931770772,
            "stop": 931770776
        },
        {
            "start": 931770783,
            "stop": 931770794
        },
        {
            "start": 931770809,
            "stop": 931770819
        },
        {
            "start": 931770826,
            "stop": 931770829
        },
        {
            "start": 931770845,
            "stop": 931770851
        },
        {
            "start": 931770872,
            "stop": 931770902
        },
        {
            "start": 931770921,
            "stop": 931770926
        },
        {
            "start": 931770936,
            "stop": 931770942
        },
        {
            "start": 931770951,
            "stop": 931770953
        },
        {
            "start": 931770965,
            "stop": 931770981
        },
        {
            "start": 931770993,
            "stop": 931771008
        },
        {
            "start": 931771015,
            "stop": 931771025
        },
        {
            "start": 931771056,
            "stop": 931771063
        },
        {
            "start": 931771075,
            "stop": 931771095
        },
        {
            "start": 931771102,
            "stop": 931771107
        },
        {
            "start": 931771114,
            "stop": 931771122
        },
        {
            "start": 931771131,
            "stop": 931771135
        }
    ]
}