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=373
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=374",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=372",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 373,
    "results": [
        {
            "start": 847742167,
            "stop": 847742181
        },
        {
            "start": 847742182,
            "stop": 847742206
        },
        {
            "start": 847742207,
            "stop": 847742209
        },
        {
            "start": 847742210,
            "stop": 847742213
        },
        {
            "start": 847742214,
            "stop": 847742216
        },
        {
            "start": 847742218,
            "stop": 847742219
        },
        {
            "start": 847742221,
            "stop": 847742223
        },
        {
            "start": 847742224,
            "stop": 847742227
        },
        {
            "start": 847742228,
            "stop": 847742230
        },
        {
            "start": 847742231,
            "stop": 847742255
        },
        {
            "start": 847742257,
            "stop": 847742278
        },
        {
            "start": 847742279,
            "stop": 847742347
        },
        {
            "start": 847742348,
            "stop": 847742351
        },
        {
            "start": 847742353,
            "stop": 847742383
        },
        {
            "start": 847742384,
            "stop": 847742468
        },
        {
            "start": 847742471,
            "stop": 847742553
        },
        {
            "start": 847742554,
            "stop": 847742645
        },
        {
            "start": 847742647,
            "stop": 847742679
        },
        {
            "start": 847742680,
            "stop": 847742809
        },
        {
            "start": 847742811,
            "stop": 847742851
        }
    ]
}