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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7351",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7349",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7350,
    "results": [
        {
            "start": 969376143,
            "stop": 969376153
        },
        {
            "start": 969376174,
            "stop": 969376256
        },
        {
            "start": 969376284,
            "stop": 969376307
        },
        {
            "start": 969376374,
            "stop": 969376407
        },
        {
            "start": 969376428,
            "stop": 969376429
        },
        {
            "start": 969376432,
            "stop": 969376518
        },
        {
            "start": 969376521,
            "stop": 969376605
        },
        {
            "start": 969376611,
            "stop": 969376785
        },
        {
            "start": 969376788,
            "stop": 969376791
        },
        {
            "start": 969376794,
            "stop": 969376835
        },
        {
            "start": 969376838,
            "stop": 969376861
        },
        {
            "start": 969376865,
            "stop": 969376871
        },
        {
            "start": 969376875,
            "stop": 969376907
        },
        {
            "start": 969377038,
            "stop": 969377083
        },
        {
            "start": 969377086,
            "stop": 969377300
        },
        {
            "start": 969377303,
            "stop": 969377327
        },
        {
            "start": 969377507,
            "stop": 969377518
        },
        {
            "start": 969377521,
            "stop": 969377535
        },
        {
            "start": 969377538,
            "stop": 969377570
        },
        {
            "start": 969377573,
            "stop": 969377642
        }
    ]
}