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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=356",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=354",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 355,
    "results": [
        {
            "start": 818839753,
            "stop": 818839791
        },
        {
            "start": 818839813,
            "stop": 818839864
        },
        {
            "start": 818840956,
            "stop": 818840958
        },
        {
            "start": 818840961,
            "stop": 818840969
        },
        {
            "start": 818840998,
            "stop": 818841047
        },
        {
            "start": 818841076,
            "stop": 818841088
        },
        {
            "start": 818841168,
            "stop": 818841196
        },
        {
            "start": 818841256,
            "stop": 818841319
        },
        {
            "start": 818841348,
            "stop": 818841384
        },
        {
            "start": 818841405,
            "stop": 818841467
        },
        {
            "start": 818841553,
            "stop": 818841571
        },
        {
            "start": 818841612,
            "stop": 818841642
        },
        {
            "start": 818841712,
            "stop": 818841744
        },
        {
            "start": 818841785,
            "stop": 818841803
        },
        {
            "start": 818841846,
            "stop": 818841873
        },
        {
            "start": 818841876,
            "stop": 818841902
        },
        {
            "start": 818841996,
            "stop": 818842026
        },
        {
            "start": 818842097,
            "stop": 818842153
        },
        {
            "start": 818842204,
            "stop": 818842222
        },
        {
            "start": 818842239,
            "stop": 818842261
        }
    ]
}