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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9868",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9866",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9867,
    "results": [
        {
            "start": 870403945,
            "stop": 870404151
        },
        {
            "start": 870404168,
            "stop": 870404595
        },
        {
            "start": 870404612,
            "stop": 870406615
        },
        {
            "start": 870407008,
            "stop": 870420750
        },
        {
            "start": 870422110,
            "stop": 870430132
        },
        {
            "start": 870430149,
            "stop": 870430281
        },
        {
            "start": 870430298,
            "stop": 870434488
        },
        {
            "start": 870434505,
            "stop": 870435052
        },
        {
            "start": 870437183,
            "stop": 870437389
        },
        {
            "start": 870437449,
            "stop": 870437460
        },
        {
            "start": 870437477,
            "stop": 870437693
        },
        {
            "start": 870437727,
            "stop": 870440316
        },
        {
            "start": 870444097,
            "stop": 870444108
        },
        {
            "start": 870444304,
            "stop": 870444306
        },
        {
            "start": 870444388,
            "stop": 870444750
        },
        {
            "start": 870444811,
            "stop": 870444841
        },
        {
            "start": 870444875,
            "stop": 870445170
        },
        {
            "start": 870446910,
            "stop": 870449400
        },
        {
            "start": 870449460,
            "stop": 870450442
        },
        {
            "start": 870450544,
            "stop": 870451727
        }
    ]
}