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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=64",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 65,
    "results": [
        {
            "start": 817824455,
            "stop": 817824456
        },
        {
            "start": 817828411,
            "stop": 817828863
        },
        {
            "start": 817828871,
            "stop": 817829006
        },
        {
            "start": 817829052,
            "stop": 817834063
        },
        {
            "start": 817834244,
            "stop": 817834488
        },
        {
            "start": 817834495,
            "stop": 817834684
        },
        {
            "start": 817834691,
            "stop": 817834723
        },
        {
            "start": 817834904,
            "stop": 817837580
        },
        {
            "start": 817837587,
            "stop": 817838250
        },
        {
            "start": 817838258,
            "stop": 817839313
        },
        {
            "start": 817841097,
            "stop": 817841700
        },
        {
            "start": 817841760,
            "stop": 817842120
        },
        {
            "start": 817842180,
            "stop": 817842509
        },
        {
            "start": 817842516,
            "stop": 817844293
        },
        {
            "start": 817844763,
            "stop": 817845366
        },
        {
            "start": 817845394,
            "stop": 817847640
        },
        {
            "start": 817847700,
            "stop": 817849622
        },
        {
            "start": 817850070,
            "stop": 817850390
        },
        {
            "start": 817850470,
            "stop": 817850570
        },
        {
            "start": 817850710,
            "stop": 817851399
        }
    ]
}