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=5651
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=5652",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5650",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5651,
    "results": [
        {
            "start": 874520822,
            "stop": 874520831
        },
        {
            "start": 874520836,
            "stop": 874520851
        },
        {
            "start": 874520854,
            "stop": 874520857
        },
        {
            "start": 874520860,
            "stop": 874520869
        },
        {
            "start": 874520872,
            "stop": 874520881
        },
        {
            "start": 874520884,
            "stop": 874520898
        },
        {
            "start": 874520901,
            "stop": 874520907
        },
        {
            "start": 874520910,
            "stop": 874520913
        },
        {
            "start": 874520916,
            "stop": 874520923
        },
        {
            "start": 874520926,
            "stop": 874520931
        },
        {
            "start": 874520937,
            "stop": 874520940
        },
        {
            "start": 874520945,
            "stop": 874520981
        },
        {
            "start": 874520984,
            "stop": 874520989
        },
        {
            "start": 874521039,
            "stop": 874521042
        },
        {
            "start": 874521046,
            "stop": 874521089
        },
        {
            "start": 874521092,
            "stop": 874521106
        },
        {
            "start": 874521115,
            "stop": 874521118
        },
        {
            "start": 874521121,
            "stop": 874521131
        },
        {
            "start": 874521135,
            "stop": 874521140
        },
        {
            "start": 874521143,
            "stop": 874521183
        }
    ]
}