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=6372
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=6373",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6371",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6372,
    "results": [
        {
            "start": 873513776,
            "stop": 873513849
        },
        {
            "start": 873513850,
            "stop": 873514071
        },
        {
            "start": 873514072,
            "stop": 873514562
        },
        {
            "start": 873514563,
            "stop": 873514885
        },
        {
            "start": 873514886,
            "stop": 873515368
        },
        {
            "start": 873515369,
            "stop": 873515474
        },
        {
            "start": 873515475,
            "stop": 873515555
        },
        {
            "start": 873515557,
            "stop": 873515667
        },
        {
            "start": 873515668,
            "stop": 873515686
        },
        {
            "start": 873515692,
            "stop": 873515701
        },
        {
            "start": 873515705,
            "stop": 873515748
        },
        {
            "start": 873515749,
            "stop": 873515837
        },
        {
            "start": 873515838,
            "stop": 873515857
        },
        {
            "start": 873515859,
            "stop": 873515865
        },
        {
            "start": 873515871,
            "stop": 873515918
        },
        {
            "start": 873515922,
            "stop": 873515930
        },
        {
            "start": 873515934,
            "stop": 873515943
        },
        {
            "start": 873515949,
            "stop": 873515956
        },
        {
            "start": 873515959,
            "stop": 873515970
        },
        {
            "start": 873515974,
            "stop": 873515979
        }
    ]
}