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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3602",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3600",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3601,
    "results": [
        {
            "start": 872009367,
            "stop": 872009456
        },
        {
            "start": 872009473,
            "stop": 872009488
        },
        {
            "start": 872009505,
            "stop": 872009928
        },
        {
            "start": 872009945,
            "stop": 872010538
        },
        {
            "start": 872010600,
            "stop": 872010986
        },
        {
            "start": 872011003,
            "stop": 872011618
        },
        {
            "start": 872011635,
            "stop": 872011662
        },
        {
            "start": 872011679,
            "stop": 872013703
        },
        {
            "start": 872013720,
            "stop": 872013776
        },
        {
            "start": 872013793,
            "stop": 872014311
        },
        {
            "start": 872014380,
            "stop": 872014429
        },
        {
            "start": 872014446,
            "stop": 872014582
        },
        {
            "start": 872014599,
            "stop": 872014616
        },
        {
            "start": 872014633,
            "stop": 872014866
        },
        {
            "start": 872017800,
            "stop": 872018291
        },
        {
            "start": 872019291,
            "stop": 872019959
        },
        {
            "start": 872020025,
            "stop": 872020309
        },
        {
            "start": 872020326,
            "stop": 872020475
        },
        {
            "start": 872020492,
            "stop": 872020524
        },
        {
            "start": 872020541,
            "stop": 872020620
        }
    ]
}