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=179
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=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=178",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 179,
    "results": [
        {
            "start": 821643587,
            "stop": 821643604
        },
        {
            "start": 821643607,
            "stop": 821643762
        },
        {
            "start": 821643765,
            "stop": 821643796
        },
        {
            "start": 821643799,
            "stop": 821643816
        },
        {
            "start": 821643819,
            "stop": 821643834
        },
        {
            "start": 821643837,
            "stop": 821643886
        },
        {
            "start": 821643889,
            "stop": 821644023
        },
        {
            "start": 821644026,
            "stop": 821644032
        },
        {
            "start": 821644906,
            "stop": 821644993
        },
        {
            "start": 821644996,
            "stop": 821645329
        },
        {
            "start": 821645332,
            "stop": 821645535
        },
        {
            "start": 821645538,
            "stop": 821645570
        },
        {
            "start": 821645573,
            "stop": 821646132
        },
        {
            "start": 821646135,
            "stop": 821646303
        },
        {
            "start": 821646306,
            "stop": 821646353
        },
        {
            "start": 821646356,
            "stop": 821647020
        },
        {
            "start": 821647023,
            "stop": 821647302
        },
        {
            "start": 821647305,
            "stop": 821647435
        },
        {
            "start": 821647438,
            "stop": 821647641
        },
        {
            "start": 821647644,
            "stop": 821647675
        }
    ]
}