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=299
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=300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=298",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 299,
    "results": [
        {
            "start": 847643213,
            "stop": 847643219
        },
        {
            "start": 847643220,
            "stop": 847643222
        },
        {
            "start": 847643223,
            "stop": 847643263
        },
        {
            "start": 847643266,
            "stop": 847643402
        },
        {
            "start": 847643403,
            "stop": 847643465
        },
        {
            "start": 847643466,
            "stop": 847643475
        },
        {
            "start": 847643476,
            "stop": 847643478
        },
        {
            "start": 847643479,
            "stop": 847643503
        },
        {
            "start": 847643504,
            "stop": 847643508
        },
        {
            "start": 847643510,
            "stop": 847643520
        },
        {
            "start": 847643521,
            "stop": 847643541
        },
        {
            "start": 847643543,
            "stop": 847643563
        },
        {
            "start": 847643564,
            "stop": 847643593
        },
        {
            "start": 847643595,
            "stop": 847643605
        },
        {
            "start": 847643606,
            "stop": 847643629
        },
        {
            "start": 847643630,
            "stop": 847643631
        },
        {
            "start": 847643632,
            "stop": 847643672
        },
        {
            "start": 847643673,
            "stop": 847643680
        },
        {
            "start": 847643681,
            "stop": 847643688
        },
        {
            "start": 847643689,
            "stop": 847643690
        }
    ]
}