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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=228",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 229,
    "results": [
        {
            "start": 842916078,
            "stop": 842916253
        },
        {
            "start": 842916598,
            "stop": 842916730
        },
        {
            "start": 842922491,
            "stop": 842922516
        },
        {
            "start": 842922816,
            "stop": 842922971
        },
        {
            "start": 842923271,
            "stop": 842923432
        },
        {
            "start": 842923732,
            "stop": 842924261
        },
        {
            "start": 842924263,
            "stop": 842924884
        },
        {
            "start": 842924886,
            "stop": 842925115
        },
        {
            "start": 842925117,
            "stop": 842925139
        },
        {
            "start": 842925140,
            "stop": 842927979
        },
        {
            "start": 842929319,
            "stop": 842964023
        },
        {
            "start": 842964136,
            "stop": 842967501
        },
        {
            "start": 842967801,
            "stop": 842969776
        },
        {
            "start": 842969822,
            "stop": 842972893
        },
        {
            "start": 842972913,
            "stop": 842972915
        },
        {
            "start": 842975665,
            "stop": 842978180
        },
        {
            "start": 842978308,
            "stop": 842979949
        },
        {
            "start": 842979950,
            "stop": 842981113
        },
        {
            "start": 842981925,
            "stop": 842982181
        },
        {
            "start": 842982184,
            "stop": 842985932
        }
    ]
}