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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=179",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 180,
    "results": [
        {
            "start": 836189582,
            "stop": 836197381
        },
        {
            "start": 836198465,
            "stop": 836198742
        },
        {
            "start": 836200045,
            "stop": 836202409
        },
        {
            "start": 836203336,
            "stop": 836221933
        },
        {
            "start": 836223587,
            "stop": 836234580
        },
        {
            "start": 836235694,
            "stop": 836243533
        },
        {
            "start": 836243538,
            "stop": 836243540
        },
        {
            "start": 836243694,
            "stop": 836247733
        },
        {
            "start": 836248859,
            "stop": 836259673
        },
        {
            "start": 836260663,
            "stop": 836266869
        },
        {
            "start": 836266873,
            "stop": 836293093
        },
        {
            "start": 836294523,
            "stop": 836302467
        },
        {
            "start": 836302566,
            "stop": 836306108
        },
        {
            "start": 836309520,
            "stop": 836331613
        },
        {
            "start": 836332509,
            "stop": 836333533
        },
        {
            "start": 836334614,
            "stop": 836335185
        },
        {
            "start": 836336136,
            "stop": 836336145
        },
        {
            "start": 836336285,
            "stop": 836352715
        },
        {
            "start": 836353872,
            "stop": 836354173
        },
        {
            "start": 836355935,
            "stop": 836356453
        }
    ]
}