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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=77",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 78,
    "results": [
        {
            "start": 823079482,
            "stop": 823079907
        },
        {
            "start": 823079909,
            "stop": 823080509
        },
        {
            "start": 823084946,
            "stop": 823092104
        },
        {
            "start": 823092106,
            "stop": 823098756
        },
        {
            "start": 823098996,
            "stop": 823100252
        },
        {
            "start": 823105325,
            "stop": 823108289
        },
        {
            "start": 823111047,
            "stop": 823111412
        },
        {
            "start": 823111415,
            "stop": 823111445
        },
        {
            "start": 823123524,
            "stop": 823131184
        },
        {
            "start": 823131790,
            "stop": 823137278
        },
        {
            "start": 823137281,
            "stop": 823137295
        },
        {
            "start": 823137297,
            "stop": 823150173
        },
        {
            "start": 823150255,
            "stop": 823150688
        },
        {
            "start": 823150782,
            "stop": 823152568
        },
        {
            "start": 823152569,
            "stop": 823156741
        },
        {
            "start": 823156743,
            "stop": 823159777
        },
        {
            "start": 823159956,
            "stop": 823164089
        },
        {
            "start": 823166732,
            "stop": 823167104
        },
        {
            "start": 823167106,
            "stop": 823167111
        },
        {
            "start": 823168135,
            "stop": 823169555
        }
    ]
}