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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=131",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 132,
    "results": [
        {
            "start": 1260198405,
            "stop": 1260198951
        },
        {
            "start": 1260198956,
            "stop": 1260199508
        },
        {
            "start": 1260199513,
            "stop": 1260199584
        },
        {
            "start": 1260199589,
            "stop": 1260201173
        },
        {
            "start": 1260201178,
            "stop": 1260201282
        },
        {
            "start": 1260201287,
            "stop": 1260201808
        },
        {
            "start": 1260201813,
            "stop": 1260204165
        },
        {
            "start": 1260204170,
            "stop": 1260204769
        },
        {
            "start": 1260204774,
            "stop": 1260205635
        },
        {
            "start": 1260205640,
            "stop": 1260205701
        },
        {
            "start": 1260205710,
            "stop": 1260205875
        },
        {
            "start": 1260205880,
            "stop": 1260206551
        },
        {
            "start": 1260206556,
            "stop": 1260206625
        },
        {
            "start": 1260206630,
            "stop": 1260206703
        },
        {
            "start": 1260206708,
            "stop": 1260207261
        },
        {
            "start": 1260207267,
            "stop": 1260207741
        },
        {
            "start": 1260207747,
            "stop": 1260207939
        },
        {
            "start": 1260207944,
            "stop": 1260208419
        },
        {
            "start": 1260208424,
            "stop": 1260210586
        },
        {
            "start": 1260210591,
            "stop": 1260210605
        }
    ]
}