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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=184",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 185,
    "results": [
        {
            "start": 836962013,
            "stop": 836962502
        },
        {
            "start": 836962506,
            "stop": 836965083
        },
        {
            "start": 836966925,
            "stop": 836973495
        },
        {
            "start": 836973536,
            "stop": 837025873
        },
        {
            "start": 837027449,
            "stop": 837033712
        },
        {
            "start": 837034728,
            "stop": 837038053
        },
        {
            "start": 837038990,
            "stop": 837070813
        },
        {
            "start": 837072567,
            "stop": 837078609
        },
        {
            "start": 837084693,
            "stop": 837085873
        },
        {
            "start": 837088160,
            "stop": 837093133
        },
        {
            "start": 837094742,
            "stop": 837109033
        },
        {
            "start": 837113321,
            "stop": 837124873
        },
        {
            "start": 837126584,
            "stop": 837135013
        },
        {
            "start": 837136285,
            "stop": 837155986
        },
        {
            "start": 837157510,
            "stop": 837160842
        },
        {
            "start": 837162561,
            "stop": 837162851
        },
        {
            "start": 837170443,
            "stop": 837176653
        },
        {
            "start": 837177810,
            "stop": 837179780
        },
        {
            "start": 837180039,
            "stop": 837188525
        },
        {
            "start": 837190460,
            "stop": 837193214
        }
    ]
}