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=4557
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=4558",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4556",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4557,
    "results": [
        {
            "start": 968778661,
            "stop": 968779320
        },
        {
            "start": 968779323,
            "stop": 968779982
        },
        {
            "start": 968779985,
            "stop": 968780000
        },
        {
            "start": 968780003,
            "stop": 968780018
        },
        {
            "start": 968780021,
            "stop": 968780339
        },
        {
            "start": 968780342,
            "stop": 968780577
        },
        {
            "start": 968780580,
            "stop": 968780678
        },
        {
            "start": 968780738,
            "stop": 968781044
        },
        {
            "start": 968781047,
            "stop": 968781103
        },
        {
            "start": 968781106,
            "stop": 968781181
        },
        {
            "start": 968781185,
            "stop": 968781211
        },
        {
            "start": 968781214,
            "stop": 968781398
        },
        {
            "start": 968781458,
            "stop": 968781541
        },
        {
            "start": 968781544,
            "stop": 968781589
        },
        {
            "start": 968781592,
            "stop": 968781638
        },
        {
            "start": 968781698,
            "stop": 968781760
        },
        {
            "start": 968781766,
            "stop": 968781773
        },
        {
            "start": 968781777,
            "stop": 968781818
        },
        {
            "start": 968781878,
            "stop": 968781905
        },
        {
            "start": 968781908,
            "stop": 968781933
        }
    ]
}