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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=130",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 131,
    "results": [
        {
            "start": 834220045,
            "stop": 834246060
        },
        {
            "start": 834268309,
            "stop": 834270155
        },
        {
            "start": 834272138,
            "stop": 834276342
        },
        {
            "start": 834276551,
            "stop": 834281665
        },
        {
            "start": 834283046,
            "stop": 834283334
        },
        {
            "start": 834284039,
            "stop": 834294018
        },
        {
            "start": 834298181,
            "stop": 834298199
        },
        {
            "start": 834298599,
            "stop": 834300756
        },
        {
            "start": 834302721,
            "stop": 834305446
        },
        {
            "start": 834305846,
            "stop": 834307300
        },
        {
            "start": 834309400,
            "stop": 834312197
        },
        {
            "start": 834312673,
            "stop": 834312705
        },
        {
            "start": 834313025,
            "stop": 834314251
        },
        {
            "start": 834314651,
            "stop": 834314760
        },
        {
            "start": 834315080,
            "stop": 834315246
        },
        {
            "start": 834315646,
            "stop": 834322682
        },
        {
            "start": 834324065,
            "stop": 834324533
        },
        {
            "start": 834324933,
            "stop": 834325194
        },
        {
            "start": 834325514,
            "stop": 834326022
        },
        {
            "start": 834327921,
            "stop": 834328643
        }
    ]
}