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=314
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=315",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=313",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 314,
    "results": [
        {
            "start": 1181651919,
            "stop": 1181653317
        },
        {
            "start": 1181653318,
            "stop": 1181655560
        },
        {
            "start": 1181655561,
            "stop": 1181655836
        },
        {
            "start": 1181655837,
            "stop": 1181656290
        },
        {
            "start": 1181656352,
            "stop": 1181658296
        },
        {
            "start": 1181658297,
            "stop": 1181659530
        },
        {
            "start": 1181659652,
            "stop": 1181660478
        },
        {
            "start": 1181660479,
            "stop": 1181660984
        },
        {
            "start": 1181665572,
            "stop": 1181666699
        },
        {
            "start": 1181666700,
            "stop": 1181667528
        },
        {
            "start": 1181667529,
            "stop": 1181667928
        },
        {
            "start": 1181667930,
            "stop": 1181668062
        },
        {
            "start": 1181668063,
            "stop": 1181668148
        },
        {
            "start": 1181668150,
            "stop": 1181668331
        },
        {
            "start": 1181668333,
            "stop": 1181669604
        },
        {
            "start": 1181669605,
            "stop": 1181669704
        },
        {
            "start": 1181669705,
            "stop": 1181669713
        },
        {
            "start": 1181669714,
            "stop": 1181670487
        },
        {
            "start": 1181670488,
            "stop": 1181670491
        },
        {
            "start": 1181670492,
            "stop": 1181671059
        }
    ]
}