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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=181",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 182,
    "results": [
        {
            "start": 956581982,
            "stop": 956582009
        },
        {
            "start": 956582012,
            "stop": 956582100
        },
        {
            "start": 956582105,
            "stop": 956582107
        },
        {
            "start": 956582110,
            "stop": 956582232
        },
        {
            "start": 956582240,
            "stop": 956582271
        },
        {
            "start": 956582276,
            "stop": 956582445
        },
        {
            "start": 956582450,
            "stop": 956582451
        },
        {
            "start": 956582454,
            "stop": 956582461
        },
        {
            "start": 956582475,
            "stop": 956582478
        },
        {
            "start": 956582482,
            "stop": 956582528
        },
        {
            "start": 956582532,
            "stop": 956582572
        },
        {
            "start": 956582577,
            "stop": 956582581
        },
        {
            "start": 956582584,
            "stop": 956582588
        },
        {
            "start": 956582603,
            "stop": 956582679
        },
        {
            "start": 956582687,
            "stop": 956582705
        },
        {
            "start": 956582712,
            "stop": 956582722
        },
        {
            "start": 956582726,
            "stop": 956582750
        },
        {
            "start": 956582757,
            "stop": 956582768
        },
        {
            "start": 956582774,
            "stop": 956582782
        },
        {
            "start": 956582785,
            "stop": 956582791
        }
    ]
}