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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=459",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=457",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 458,
    "results": [
        {
            "start": 821778159,
            "stop": 821778162
        },
        {
            "start": 821778167,
            "stop": 821778171
        },
        {
            "start": 821778174,
            "stop": 821778177
        },
        {
            "start": 821778180,
            "stop": 821778188
        },
        {
            "start": 821778203,
            "stop": 821778210
        },
        {
            "start": 821778215,
            "stop": 821778216
        },
        {
            "start": 821778219,
            "stop": 821778222
        },
        {
            "start": 821778226,
            "stop": 821778228
        },
        {
            "start": 821778233,
            "stop": 821778235
        },
        {
            "start": 821778244,
            "stop": 821778250
        },
        {
            "start": 821778253,
            "stop": 821778270
        },
        {
            "start": 821778279,
            "stop": 821778281
        },
        {
            "start": 821778284,
            "stop": 821778296
        },
        {
            "start": 821778299,
            "stop": 821778305
        },
        {
            "start": 821778308,
            "stop": 821778310
        },
        {
            "start": 821778317,
            "stop": 821778319
        },
        {
            "start": 821778325,
            "stop": 821778343
        },
        {
            "start": 821778346,
            "stop": 821778353
        },
        {
            "start": 821778356,
            "stop": 821778357
        },
        {
            "start": 821778360,
            "stop": 821778366
        }
    ]
}