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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6227",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6228,
    "results": [
        {
            "start": 874747412,
            "stop": 874748428
        },
        {
            "start": 874748432,
            "stop": 874748483
        },
        {
            "start": 874748486,
            "stop": 874749074
        },
        {
            "start": 874749077,
            "stop": 874749112
        },
        {
            "start": 874749115,
            "stop": 874749247
        },
        {
            "start": 874749250,
            "stop": 874749614
        },
        {
            "start": 874749615,
            "stop": 874750008
        },
        {
            "start": 874750009,
            "stop": 874750351
        },
        {
            "start": 874750354,
            "stop": 874750409
        },
        {
            "start": 874750410,
            "stop": 874750454
        },
        {
            "start": 874750457,
            "stop": 874750657
        },
        {
            "start": 874750659,
            "stop": 874750941
        },
        {
            "start": 874750945,
            "stop": 874750981
        },
        {
            "start": 874750983,
            "stop": 874752180
        },
        {
            "start": 874752185,
            "stop": 874752265
        },
        {
            "start": 874752268,
            "stop": 874752733
        },
        {
            "start": 874752735,
            "stop": 874753375
        },
        {
            "start": 874753376,
            "stop": 874755084
        },
        {
            "start": 874755085,
            "stop": 874755194
        },
        {
            "start": 874755196,
            "stop": 874755352
        }
    ]
}