Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=4",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 5,
    "results": [
        {
            "start": 931092268,
            "stop": 931092312
        },
        {
            "start": 931092314,
            "stop": 931092315
        },
        {
            "start": 931092318,
            "stop": 931092319
        },
        {
            "start": 931092320,
            "stop": 931092345
        },
        {
            "start": 931092347,
            "stop": 931092387
        },
        {
            "start": 931092388,
            "stop": 931092730
        },
        {
            "start": 931092731,
            "stop": 931093171
        },
        {
            "start": 931093172,
            "stop": 931093522
        },
        {
            "start": 931093524,
            "stop": 931093529
        },
        {
            "start": 931093530,
            "stop": 931093754
        },
        {
            "start": 931093756,
            "stop": 931094141
        },
        {
            "start": 931094143,
            "stop": 931094457
        },
        {
            "start": 931094462,
            "stop": 931094472
        },
        {
            "start": 931094473,
            "stop": 931094495
        },
        {
            "start": 931094497,
            "stop": 931094499
        },
        {
            "start": 931094500,
            "stop": 931094520
        },
        {
            "start": 931094521,
            "stop": 931094693
        },
        {
            "start": 931094698,
            "stop": 931094701
        },
        {
            "start": 931094703,
            "stop": 931094704
        },
        {
            "start": 931125824,
            "stop": 931126299
        }
    ]
}