Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7279
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7278",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7279,
    "results": [
        {
            "start": 875001994,
            "stop": 875002116
        },
        {
            "start": 875002117,
            "stop": 875002281
        },
        {
            "start": 875002283,
            "stop": 875002333
        },
        {
            "start": 875002334,
            "stop": 875002651
        },
        {
            "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
        }
    ]
}