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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=177",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 178,
    "results": [
        {
            "start": 821642817,
            "stop": 821642896
        },
        {
            "start": 821642901,
            "stop": 821642915
        },
        {
            "start": 821642920,
            "stop": 821642937
        },
        {
            "start": 821642940,
            "stop": 821642945
        },
        {
            "start": 821642948,
            "stop": 821642974
        },
        {
            "start": 821642977,
            "stop": 821642978
        },
        {
            "start": 821642984,
            "stop": 821642986
        },
        {
            "start": 821642989,
            "stop": 821643142
        },
        {
            "start": 821643146,
            "stop": 821643198
        },
        {
            "start": 821643201,
            "stop": 821643228
        },
        {
            "start": 821643234,
            "stop": 821643242
        },
        {
            "start": 821643245,
            "stop": 821643259
        },
        {
            "start": 821643262,
            "stop": 821643284
        },
        {
            "start": 821643287,
            "stop": 821643292
        },
        {
            "start": 821643295,
            "stop": 821643370
        },
        {
            "start": 821643373,
            "stop": 821643485
        },
        {
            "start": 821643488,
            "stop": 821643499
        },
        {
            "start": 821643504,
            "stop": 821643541
        },
        {
            "start": 821643544,
            "stop": 821643548
        },
        {
            "start": 821643551,
            "stop": 821643584
        }
    ]
}