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=4805
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=4806",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4804",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4805,
    "results": [
        {
            "start": 970795767,
            "stop": 970797396
        },
        {
            "start": 970797399,
            "stop": 970797710
        },
        {
            "start": 970797713,
            "stop": 970798456
        },
        {
            "start": 970798459,
            "stop": 970799262
        },
        {
            "start": 970799265,
            "stop": 970802796
        },
        {
            "start": 970802799,
            "stop": 970802853
        },
        {
            "start": 970802856,
            "stop": 970804452
        },
        {
            "start": 970808494,
            "stop": 970809529
        },
        {
            "start": 970809532,
            "stop": 970809790
        },
        {
            "start": 970809793,
            "stop": 970810186
        },
        {
            "start": 970810189,
            "stop": 970813400
        },
        {
            "start": 970813403,
            "stop": 970813619
        },
        {
            "start": 970813636,
            "stop": 970814722
        },
        {
            "start": 970814725,
            "stop": 970815051
        },
        {
            "start": 970815054,
            "stop": 970816524
        },
        {
            "start": 970816527,
            "stop": 970817303
        },
        {
            "start": 970817307,
            "stop": 970817887
        },
        {
            "start": 970817904,
            "stop": 970819583
        },
        {
            "start": 970819586,
            "stop": 970822181
        },
        {
            "start": 970822184,
            "stop": 970822501
        }
    ]
}