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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=391",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=389",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 390,
    "results": [
        {
            "start": 821511896,
            "stop": 821511898
        },
        {
            "start": 821511901,
            "stop": 821511915
        },
        {
            "start": 821511918,
            "stop": 821511929
        },
        {
            "start": 821511932,
            "stop": 821511941
        },
        {
            "start": 821511945,
            "stop": 821511980
        },
        {
            "start": 821511983,
            "stop": 821512012
        },
        {
            "start": 821512015,
            "stop": 821512016
        },
        {
            "start": 821512019,
            "stop": 821512101
        },
        {
            "start": 821512104,
            "stop": 821512113
        },
        {
            "start": 821512116,
            "stop": 821512117
        },
        {
            "start": 821512120,
            "stop": 821512173
        },
        {
            "start": 821512180,
            "stop": 821512192
        },
        {
            "start": 821512197,
            "stop": 821512221
        },
        {
            "start": 821512227,
            "stop": 821512228
        },
        {
            "start": 821512231,
            "stop": 821512236
        },
        {
            "start": 821512239,
            "stop": 821512243
        },
        {
            "start": 821512247,
            "stop": 821512275
        },
        {
            "start": 821512278,
            "stop": 821512310
        },
        {
            "start": 821512315,
            "stop": 821512319
        },
        {
            "start": 821512322,
            "stop": 821512398
        }
    ]
}