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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5151",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5149",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5150,
    "results": [
        {
            "start": 1136209055,
            "stop": 1136209061
        },
        {
            "start": 1136209063,
            "stop": 1136209066
        },
        {
            "start": 1136209068,
            "stop": 1136209069
        },
        {
            "start": 1136209071,
            "stop": 1136209073
        },
        {
            "start": 1136209075,
            "stop": 1136209076
        },
        {
            "start": 1136209078,
            "stop": 1136209116
        },
        {
            "start": 1136209118,
            "stop": 1136209164
        },
        {
            "start": 1136209166,
            "stop": 1136209180
        },
        {
            "start": 1136209182,
            "stop": 1136209188
        },
        {
            "start": 1136209190,
            "stop": 1136209212
        },
        {
            "start": 1136209214,
            "stop": 1136209240
        },
        {
            "start": 1136209242,
            "stop": 1136209267
        },
        {
            "start": 1136209269,
            "stop": 1136209304
        },
        {
            "start": 1136209306,
            "stop": 1136209326
        },
        {
            "start": 1136209328,
            "stop": 1136209344
        },
        {
            "start": 1136209346,
            "stop": 1136209347
        },
        {
            "start": 1136209349,
            "stop": 1136209353
        },
        {
            "start": 1136209355,
            "stop": 1136209363
        },
        {
            "start": 1136209365,
            "stop": 1136209370
        },
        {
            "start": 1136209374,
            "stop": 1136209412
        }
    ]
}