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=484
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=485",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=483",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 484,
    "results": [
        {
            "start": 826485326,
            "stop": 826485551
        },
        {
            "start": 826485569,
            "stop": 826487670
        },
        {
            "start": 826487760,
            "stop": 826489359
        },
        {
            "start": 826491598,
            "stop": 826497018
        },
        {
            "start": 826497128,
            "stop": 826497333
        },
        {
            "start": 826497633,
            "stop": 826500760
        },
        {
            "start": 826500777,
            "stop": 826501227
        },
        {
            "start": 826501266,
            "stop": 826507294
        },
        {
            "start": 826507602,
            "stop": 826517507
        },
        {
            "start": 826517524,
            "stop": 826528435
        },
        {
            "start": 826528438,
            "stop": 826531501
        },
        {
            "start": 826531518,
            "stop": 826538539
        },
        {
            "start": 826538571,
            "stop": 826547851
        },
        {
            "start": 826553416,
            "stop": 826553743
        },
        {
            "start": 826553762,
            "stop": 826553764
        },
        {
            "start": 826553783,
            "stop": 826553799
        },
        {
            "start": 826553818,
            "stop": 826553878
        },
        {
            "start": 826553897,
            "stop": 826554052
        },
        {
            "start": 826554192,
            "stop": 826554196
        },
        {
            "start": 826554215,
            "stop": 826554222
        }
    ]
}