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=411
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=412",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=410",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 411,
    "results": [
        {
            "start": 825028799,
            "stop": 825029254
        },
        {
            "start": 825029554,
            "stop": 825030100
        },
        {
            "start": 825030400,
            "stop": 825031029
        },
        {
            "start": 825031032,
            "stop": 825031128
        },
        {
            "start": 825031465,
            "stop": 825031479
        },
        {
            "start": 825031519,
            "stop": 825031813
        },
        {
            "start": 825031832,
            "stop": 825031845
        },
        {
            "start": 825031871,
            "stop": 825032010
        },
        {
            "start": 825032369,
            "stop": 825032708
        },
        {
            "start": 825033008,
            "stop": 825033295
        },
        {
            "start": 825033312,
            "stop": 825035243
        },
        {
            "start": 825035749,
            "stop": 825035751
        },
        {
            "start": 825035861,
            "stop": 825040766
        },
        {
            "start": 825040783,
            "stop": 825044164
        },
        {
            "start": 825044862,
            "stop": 825045786
        },
        {
            "start": 825045896,
            "stop": 825045985
        },
        {
            "start": 825046285,
            "stop": 825047048
        },
        {
            "start": 825047348,
            "stop": 825047994
        },
        {
            "start": 825048617,
            "stop": 825048823
        },
        {
            "start": 825048826,
            "stop": 825048884
        }
    ]
}