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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=692",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=690",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 691,
    "results": [
        {
            "start": 830035445,
            "stop": 830035466
        },
        {
            "start": 830035483,
            "stop": 830035507
        },
        {
            "start": 830035526,
            "stop": 830035718
        },
        {
            "start": 830036066,
            "stop": 830036110
        },
        {
            "start": 830036127,
            "stop": 830036181
        },
        {
            "start": 830036198,
            "stop": 830036384
        },
        {
            "start": 830036401,
            "stop": 830036459
        },
        {
            "start": 830036478,
            "stop": 830036541
        },
        {
            "start": 830041350,
            "stop": 830041352
        },
        {
            "start": 830041371,
            "stop": 830041518
        },
        {
            "start": 830041552,
            "stop": 830041745
        },
        {
            "start": 830041777,
            "stop": 830041782
        },
        {
            "start": 830041839,
            "stop": 830041848
        },
        {
            "start": 830041886,
            "stop": 830042128
        },
        {
            "start": 830042147,
            "stop": 830042346
        },
        {
            "start": 830042363,
            "stop": 830043205
        },
        {
            "start": 830043222,
            "stop": 830043358
        },
        {
            "start": 830043375,
            "stop": 830043620
        },
        {
            "start": 830043637,
            "stop": 830044136
        },
        {
            "start": 830045706,
            "stop": 830045808
        }
    ]
}