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=6654
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=6655",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6653",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6654,
    "results": [
        {
            "start": 875002652,
            "stop": 875003120
        },
        {
            "start": 875003121,
            "stop": 875003122
        },
        {
            "start": 875003123,
            "stop": 875003141
        },
        {
            "start": 875003143,
            "stop": 875003418
        },
        {
            "start": 875003419,
            "stop": 875003653
        },
        {
            "start": 875003654,
            "stop": 875003805
        },
        {
            "start": 875003806,
            "stop": 875004120
        },
        {
            "start": 875004121,
            "stop": 875004192
        },
        {
            "start": 875004193,
            "stop": 875004320
        },
        {
            "start": 875004321,
            "stop": 875004927
        },
        {
            "start": 875004928,
            "stop": 875005229
        },
        {
            "start": 875005230,
            "stop": 875005325
        },
        {
            "start": 875005326,
            "stop": 875005692
        },
        {
            "start": 875005694,
            "stop": 875006124
        },
        {
            "start": 875006125,
            "stop": 875006142
        },
        {
            "start": 875006143,
            "stop": 875006438
        },
        {
            "start": 875006440,
            "stop": 875006702
        },
        {
            "start": 875006703,
            "stop": 875006738
        },
        {
            "start": 875006739,
            "stop": 875006980
        },
        {
            "start": 875006981,
            "stop": 875007289
        }
    ]
}