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=282
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=283",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=281",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 282,
    "results": [
        {
            "start": 967677547,
            "stop": 967679876
        },
        {
            "start": 967704535,
            "stop": 967741954
        },
        {
            "start": 967749348,
            "stop": 967759321
        },
        {
            "start": 967762112,
            "stop": 967766405
        },
        {
            "start": 967771817,
            "stop": 967771968
        },
        {
            "start": 967771971,
            "stop": 967772149
        },
        {
            "start": 967772152,
            "stop": 967772157
        },
        {
            "start": 967772168,
            "stop": 967772227
        },
        {
            "start": 967772235,
            "stop": 967772432
        },
        {
            "start": 967772440,
            "stop": 967772443
        },
        {
            "start": 967772446,
            "stop": 967772453
        },
        {
            "start": 967772455,
            "stop": 967772776
        },
        {
            "start": 967772784,
            "stop": 967772863
        },
        {
            "start": 967772866,
            "stop": 967773821
        },
        {
            "start": 967773824,
            "stop": 967776109
        },
        {
            "start": 967776112,
            "stop": 967776125
        },
        {
            "start": 967776130,
            "stop": 967776140
        },
        {
            "start": 967776145,
            "stop": 967776184
        },
        {
            "start": 967776192,
            "stop": 967776218
        },
        {
            "start": 967776222,
            "stop": 967776415
        }
    ]
}