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=6503
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=6504",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6502",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6503,
    "results": [
        {
            "start": 874204355,
            "stop": 874204362
        },
        {
            "start": 874204365,
            "stop": 874204441
        },
        {
            "start": 874204442,
            "stop": 874204815
        },
        {
            "start": 874204816,
            "stop": 874204865
        },
        {
            "start": 874204866,
            "stop": 874205695
        },
        {
            "start": 874205696,
            "stop": 874205905
        },
        {
            "start": 874205906,
            "stop": 874205916
        },
        {
            "start": 874205917,
            "stop": 874206048
        },
        {
            "start": 874206049,
            "stop": 874206219
        },
        {
            "start": 874206220,
            "stop": 874206322
        },
        {
            "start": 874206323,
            "stop": 874207117
        },
        {
            "start": 874207118,
            "stop": 874207450
        },
        {
            "start": 874207451,
            "stop": 874207603
        },
        {
            "start": 874207605,
            "stop": 874207828
        },
        {
            "start": 874207830,
            "stop": 874207921
        },
        {
            "start": 874207922,
            "stop": 874207955
        },
        {
            "start": 874207957,
            "stop": 874208529
        },
        {
            "start": 874208530,
            "stop": 874208581
        },
        {
            "start": 874208583,
            "stop": 874209049
        },
        {
            "start": 874209050,
            "stop": 874209400
        }
    ]
}