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=262
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=263",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=261",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 262,
    "results": [
        {
            "start": 1178165306,
            "stop": 1178165307
        },
        {
            "start": 1178165309,
            "stop": 1178166171
        },
        {
            "start": 1178166174,
            "stop": 1178166389
        },
        {
            "start": 1178166390,
            "stop": 1178166440
        },
        {
            "start": 1178166441,
            "stop": 1178166458
        },
        {
            "start": 1178166460,
            "stop": 1178166580
        },
        {
            "start": 1178166581,
            "stop": 1178166659
        },
        {
            "start": 1178166664,
            "stop": 1178166665
        },
        {
            "start": 1178166667,
            "stop": 1178166921
        },
        {
            "start": 1178166922,
            "stop": 1178166924
        },
        {
            "start": 1178166925,
            "stop": 1178166929
        },
        {
            "start": 1178166930,
            "stop": 1178166935
        },
        {
            "start": 1178166938,
            "stop": 1178167046
        },
        {
            "start": 1178167048,
            "stop": 1178169614
        },
        {
            "start": 1178169615,
            "stop": 1178174665
        },
        {
            "start": 1178174666,
            "stop": 1178175591
        },
        {
            "start": 1178175592,
            "stop": 1178175910
        },
        {
            "start": 1178175914,
            "stop": 1178175916
        },
        {
            "start": 1178175918,
            "stop": 1178175957
        },
        {
            "start": 1178175960,
            "stop": 1178176837
        }
    ]
}