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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=156",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 157,
    "results": [
        {
            "start": 834206115,
            "stop": 834206116
        },
        {
            "start": 834207831,
            "stop": 834218882
        },
        {
            "start": 834221334,
            "stop": 834230648
        },
        {
            "start": 834230649,
            "stop": 834243808
        },
        {
            "start": 834243810,
            "stop": 834246059
        },
        {
            "start": 834268311,
            "stop": 834270493
        },
        {
            "start": 834271947,
            "stop": 834282013
        },
        {
            "start": 834284979,
            "stop": 834294115
        },
        {
            "start": 834300737,
            "stop": 834301825
        },
        {
            "start": 834301827,
            "stop": 834301835
        },
        {
            "start": 834301840,
            "stop": 834301842
        },
        {
            "start": 834301847,
            "stop": 834301850
        },
        {
            "start": 834310767,
            "stop": 834312168
        },
        {
            "start": 834312170,
            "stop": 834312171
        },
        {
            "start": 834312173,
            "stop": 834312175
        },
        {
            "start": 834312176,
            "stop": 834312181
        },
        {
            "start": 834316773,
            "stop": 834322689
        },
        {
            "start": 834330595,
            "stop": 834333336
        },
        {
            "start": 834333339,
            "stop": 834333353
        },
        {
            "start": 834333356,
            "stop": 834340033
        }
    ]
}