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=194
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=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=193",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 194,
    "results": [
        {
            "start": 838609318,
            "stop": 838609813
        },
        {
            "start": 838612365,
            "stop": 838621776
        },
        {
            "start": 838621780,
            "stop": 838629323
        },
        {
            "start": 838632599,
            "stop": 838635479
        },
        {
            "start": 838637064,
            "stop": 838653453
        },
        {
            "start": 838653456,
            "stop": 838653464
        },
        {
            "start": 838653467,
            "stop": 838654693
        },
        {
            "start": 838654726,
            "stop": 838654727
        },
        {
            "start": 838654923,
            "stop": 838654925
        },
        {
            "start": 838654930,
            "stop": 838654936
        },
        {
            "start": 838654940,
            "stop": 838656834
        },
        {
            "start": 838656836,
            "stop": 838658782
        },
        {
            "start": 838659536,
            "stop": 838662193
        },
        {
            "start": 838662210,
            "stop": 838662211
        },
        {
            "start": 838662345,
            "stop": 838662422
        },
        {
            "start": 838662425,
            "stop": 838662429
        },
        {
            "start": 838662433,
            "stop": 838662447
        },
        {
            "start": 838662450,
            "stop": 838663067
        },
        {
            "start": 838664119,
            "stop": 838664353
        },
        {
            "start": 838665329,
            "stop": 838668099
        }
    ]
}