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=5681
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=5682",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5680",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5681,
    "results": [
        {
            "start": 874558578,
            "stop": 874558579
        },
        {
            "start": 874558583,
            "stop": 874558604
        },
        {
            "start": 874558607,
            "stop": 874558676
        },
        {
            "start": 874558684,
            "stop": 874558761
        },
        {
            "start": 874558767,
            "stop": 874558791
        },
        {
            "start": 874558794,
            "stop": 874558828
        },
        {
            "start": 874558831,
            "stop": 874558835
        },
        {
            "start": 874558840,
            "stop": 874558874
        },
        {
            "start": 874558878,
            "stop": 874558923
        },
        {
            "start": 874558926,
            "stop": 874558929
        },
        {
            "start": 874558932,
            "stop": 874558961
        },
        {
            "start": 874558965,
            "stop": 874558975
        },
        {
            "start": 874558978,
            "stop": 874559040
        },
        {
            "start": 874559043,
            "stop": 874559138
        },
        {
            "start": 874559141,
            "stop": 874559157
        },
        {
            "start": 874559160,
            "stop": 874559165
        },
        {
            "start": 874559168,
            "stop": 874559207
        },
        {
            "start": 874559211,
            "stop": 874559234
        },
        {
            "start": 874559237,
            "stop": 874559257
        },
        {
            "start": 874559264,
            "stop": 874559278
        }
    ]
}