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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=236",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 237,
    "results": [
        {
            "start": 1177514118,
            "stop": 1177518135
        },
        {
            "start": 1177518137,
            "stop": 1177522343
        },
        {
            "start": 1177522345,
            "stop": 1177522361
        },
        {
            "start": 1177522363,
            "stop": 1177528339
        },
        {
            "start": 1177528340,
            "stop": 1177536990
        },
        {
            "start": 1177536991,
            "stop": 1177537470
        },
        {
            "start": 1177537471,
            "stop": 1177537472
        },
        {
            "start": 1177537474,
            "stop": 1177540898
        },
        {
            "start": 1177540899,
            "stop": 1177540900
        },
        {
            "start": 1177540903,
            "stop": 1177541752
        },
        {
            "start": 1177542251,
            "stop": 1177546063
        },
        {
            "start": 1177546064,
            "stop": 1177555511
        },
        {
            "start": 1177555512,
            "stop": 1177559671
        },
        {
            "start": 1177559672,
            "stop": 1177563454
        },
        {
            "start": 1177563456,
            "stop": 1177565301
        },
        {
            "start": 1177565302,
            "stop": 1177583968
        },
        {
            "start": 1177583969,
            "stop": 1177583985
        },
        {
            "start": 1177583987,
            "stop": 1177583989
        },
        {
            "start": 1177583997,
            "stop": 1177585542
        },
        {
            "start": 1177585543,
            "stop": 1177585941
        }
    ]
}