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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=373",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=371",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 372,
    "results": [
        {
            "start": 821760438,
            "stop": 821760439
        },
        {
            "start": 821760444,
            "stop": 821760449
        },
        {
            "start": 821760453,
            "stop": 821760456
        },
        {
            "start": 821760459,
            "stop": 821760461
        },
        {
            "start": 821760469,
            "stop": 821760470
        },
        {
            "start": 821760473,
            "stop": 821760474
        },
        {
            "start": 821760477,
            "stop": 821760482
        },
        {
            "start": 821760490,
            "stop": 821760492
        },
        {
            "start": 821760500,
            "stop": 821760503
        },
        {
            "start": 821760507,
            "stop": 821760508
        },
        {
            "start": 821760519,
            "stop": 821760521
        },
        {
            "start": 821760531,
            "stop": 821760540
        },
        {
            "start": 821760552,
            "stop": 821760556
        },
        {
            "start": 821760559,
            "stop": 821760560
        },
        {
            "start": 821760587,
            "stop": 821760588
        },
        {
            "start": 821760592,
            "stop": 821760597
        },
        {
            "start": 821760601,
            "stop": 821760602
        },
        {
            "start": 821760609,
            "stop": 821760613
        },
        {
            "start": 821760616,
            "stop": 821760617
        },
        {
            "start": 821760623,
            "stop": 821760632
        }
    ]
}