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=133
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=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=132",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 133,
    "results": [
        {
            "start": 818366353,
            "stop": 818366354
        },
        {
            "start": 818366374,
            "stop": 818366379
        },
        {
            "start": 818366401,
            "stop": 818366407
        },
        {
            "start": 818366415,
            "stop": 818366445
        },
        {
            "start": 818366461,
            "stop": 818366475
        },
        {
            "start": 818366483,
            "stop": 818366560
        },
        {
            "start": 818366568,
            "stop": 818366580
        },
        {
            "start": 818366588,
            "stop": 818366665
        },
        {
            "start": 818366673,
            "stop": 818366834
        },
        {
            "start": 818366849,
            "stop": 818366882
        },
        {
            "start": 818366890,
            "stop": 818367820
        },
        {
            "start": 818367828,
            "stop": 818367838
        },
        {
            "start": 818367850,
            "stop": 818367890
        },
        {
            "start": 818367898,
            "stop": 818367950
        },
        {
            "start": 818367958,
            "stop": 818367965
        },
        {
            "start": 818367973,
            "stop": 818367976
        },
        {
            "start": 818367993,
            "stop": 818367999
        },
        {
            "start": 818368007,
            "stop": 818368008
        },
        {
            "start": 818368016,
            "stop": 818368235
        },
        {
            "start": 818368243,
            "stop": 818368325
        }
    ]
}