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/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=60
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=61",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=59",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 60,
    "results": [
        {
            "start": 817647754,
            "stop": 817650132
        },
        {
            "start": 817650149,
            "stop": 817651029
        },
        {
            "start": 817651046,
            "stop": 817652966
        },
        {
            "start": 817652983,
            "stop": 817653598
        },
        {
            "start": 817653602,
            "stop": 817654129
        },
        {
            "start": 817654146,
            "stop": 817661903
        },
        {
            "start": 817664610,
            "stop": 817672812
        },
        {
            "start": 817672833,
            "stop": 817681082
        },
        {
            "start": 817681103,
            "stop": 817682360
        },
        {
            "start": 817682377,
            "stop": 817682454
        },
        {
            "start": 817682471,
            "stop": 817682573
        },
        {
            "start": 817682590,
            "stop": 817682610
        },
        {
            "start": 817682627,
            "stop": 817682678
        },
        {
            "start": 817682695,
            "stop": 817682835
        },
        {
            "start": 817684188,
            "stop": 817684301
        },
        {
            "start": 817684318,
            "stop": 817686977
        },
        {
            "start": 817688327,
            "stop": 817688554
        },
        {
            "start": 817688573,
            "stop": 817689447
        },
        {
            "start": 817701704,
            "stop": 817703473
        },
        {
            "start": 817703490,
            "stop": 817704856
        }
    ]
}