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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2405",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2403",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2404,
    "results": [
        {
            "start": 873233354,
            "stop": 873234370
        },
        {
            "start": 873234389,
            "stop": 873234712
        },
        {
            "start": 873234750,
            "stop": 873234951
        },
        {
            "start": 873234968,
            "stop": 873235498
        },
        {
            "start": 873235630,
            "stop": 873236128
        },
        {
            "start": 873236295,
            "stop": 873236309
        },
        {
            "start": 873236598,
            "stop": 873236840
        },
        {
            "start": 873236857,
            "stop": 873236976
        },
        {
            "start": 873236993,
            "stop": 873237050
        },
        {
            "start": 873237067,
            "stop": 873237650
        },
        {
            "start": 873237790,
            "stop": 873239210
        },
        {
            "start": 873239290,
            "stop": 873239421
        },
        {
            "start": 873239462,
            "stop": 873240210
        },
        {
            "start": 873240227,
            "stop": 873240290
        },
        {
            "start": 873240430,
            "stop": 873242570
        },
        {
            "start": 873242650,
            "stop": 873242733
        },
        {
            "start": 873242750,
            "stop": 873243249
        },
        {
            "start": 873243256,
            "stop": 873244010
        },
        {
            "start": 873244090,
            "stop": 873244125
        },
        {
            "start": 873244142,
            "stop": 873244229
        }
    ]
}