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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=260",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 261,
    "results": [
        {
            "start": 827855441,
            "stop": 827855446
        },
        {
            "start": 827855448,
            "stop": 827855449
        },
        {
            "start": 827855456,
            "stop": 827855461
        },
        {
            "start": 827855469,
            "stop": 827855471
        },
        {
            "start": 827855473,
            "stop": 827855478
        },
        {
            "start": 827855480,
            "stop": 827855490
        },
        {
            "start": 827855495,
            "stop": 827855503
        },
        {
            "start": 827855505,
            "stop": 827855506
        },
        {
            "start": 827855508,
            "stop": 827855509
        },
        {
            "start": 827855511,
            "stop": 827855512
        },
        {
            "start": 827855514,
            "stop": 827855521
        },
        {
            "start": 827855526,
            "stop": 827855534
        },
        {
            "start": 827855537,
            "stop": 827855538
        },
        {
            "start": 827855540,
            "stop": 827855542
        },
        {
            "start": 827855546,
            "stop": 827855547
        },
        {
            "start": 827855549,
            "stop": 827855551
        },
        {
            "start": 827855553,
            "stop": 827855567
        },
        {
            "start": 827855569,
            "stop": 827855570
        },
        {
            "start": 827855572,
            "stop": 827855585
        },
        {
            "start": 827855587,
            "stop": 827855592
        }
    ]
}