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=39
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=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=38",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 39,
    "results": [
        {
            "start": 817196343,
            "stop": 817196349
        },
        {
            "start": 817196352,
            "stop": 817196453
        },
        {
            "start": 817196456,
            "stop": 817196485
        },
        {
            "start": 817196488,
            "stop": 817196533
        },
        {
            "start": 817196538,
            "stop": 817196568
        },
        {
            "start": 817196572,
            "stop": 817196639
        },
        {
            "start": 817196642,
            "stop": 817196739
        },
        {
            "start": 817196742,
            "stop": 817196835
        },
        {
            "start": 817196838,
            "stop": 817196893
        },
        {
            "start": 817196897,
            "stop": 817196956
        },
        {
            "start": 817196959,
            "stop": 817196980
        },
        {
            "start": 817196984,
            "stop": 817197042
        },
        {
            "start": 817197045,
            "stop": 817197106
        },
        {
            "start": 817197109,
            "stop": 817197140
        },
        {
            "start": 817197143,
            "stop": 817197222
        },
        {
            "start": 817197225,
            "stop": 817197319
        },
        {
            "start": 817197322,
            "stop": 817197721
        },
        {
            "start": 817197724,
            "stop": 817197761
        },
        {
            "start": 817197764,
            "stop": 817197853
        },
        {
            "start": 817197856,
            "stop": 817199157
        }
    ]
}