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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5713",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5711",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5712,
    "results": [
        {
            "start": 874600274,
            "stop": 874600295
        },
        {
            "start": 874600298,
            "stop": 874600324
        },
        {
            "start": 874600328,
            "stop": 874600390
        },
        {
            "start": 874600393,
            "stop": 874600419
        },
        {
            "start": 874600423,
            "stop": 874600459
        },
        {
            "start": 874600465,
            "stop": 874600501
        },
        {
            "start": 874600504,
            "stop": 874600508
        },
        {
            "start": 874600514,
            "stop": 874600641
        },
        {
            "start": 874600646,
            "stop": 874600673
        },
        {
            "start": 874600676,
            "stop": 874600680
        },
        {
            "start": 874600684,
            "stop": 874600720
        },
        {
            "start": 874600723,
            "stop": 874600778
        },
        {
            "start": 874600781,
            "stop": 874600811
        },
        {
            "start": 874600821,
            "stop": 874600872
        },
        {
            "start": 874600875,
            "stop": 874600887
        },
        {
            "start": 874600890,
            "stop": 874600979
        },
        {
            "start": 874600982,
            "stop": 874601018
        },
        {
            "start": 874601022,
            "stop": 874601023
        },
        {
            "start": 874601026,
            "stop": 874601036
        },
        {
            "start": 874601042,
            "stop": 874601050
        }
    ]
}