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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=579",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=577",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 578,
    "results": [
        {
            "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": 834317041
        },
        {
            "start": 834317042,
            "stop": 834322682
        },
        {
            "start": 834324065,
            "stop": 834324533
        },
        {
            "start": 834324933,
            "stop": 834325194
        },
        {
            "start": 834325514,
            "stop": 834326022
        },
        {
            "start": 834327921,
            "stop": 834328643
        },
        {
            "start": 834329355,
            "stop": 834340040
        },
        {
            "start": 834340041,
            "stop": 834340054
        },
        {
            "start": 834340058,
            "stop": 834345621
        },
        {
            "start": 834346368,
            "stop": 834346925
        },
        {
            "start": 834347713,
            "stop": 834350533
        },
        {
            "start": 834351920,
            "stop": 834352475
        },
        {
            "start": 834352875,
            "stop": 834353280
        },
        {
            "start": 834353956,
            "stop": 834357492
        }
    ]
}