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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=236",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 237,
    "results": [
        {
            "start": 820893483,
            "stop": 820893513
        },
        {
            "start": 820893517,
            "stop": 820893604
        },
        {
            "start": 820893613,
            "stop": 820893633
        },
        {
            "start": 820893637,
            "stop": 820893653
        },
        {
            "start": 820893656,
            "stop": 820893671
        },
        {
            "start": 820893685,
            "stop": 820893827
        },
        {
            "start": 820893831,
            "stop": 820893856
        },
        {
            "start": 820893860,
            "stop": 820893865
        },
        {
            "start": 820893868,
            "stop": 820893881
        },
        {
            "start": 820893884,
            "stop": 820893958
        },
        {
            "start": 820893961,
            "stop": 820894027
        },
        {
            "start": 820894030,
            "stop": 820894054
        },
        {
            "start": 820894058,
            "stop": 820894064
        },
        {
            "start": 820894070,
            "stop": 820894074
        },
        {
            "start": 820894078,
            "stop": 820894092
        },
        {
            "start": 820894499,
            "stop": 820894507
        },
        {
            "start": 820894510,
            "stop": 820894512
        },
        {
            "start": 820895357,
            "stop": 820895408
        },
        {
            "start": 820895417,
            "stop": 820895442
        },
        {
            "start": 820895456,
            "stop": 820895462
        }
    ]
}