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=339
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=340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=338",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 339,
    "results": [
        {
            "start": 847715204,
            "stop": 847715207
        },
        {
            "start": 847715209,
            "stop": 847715219
        },
        {
            "start": 847715220,
            "stop": 847715241
        },
        {
            "start": 847715243,
            "stop": 847715262
        },
        {
            "start": 847715263,
            "stop": 847715284
        },
        {
            "start": 847715285,
            "stop": 847715287
        },
        {
            "start": 847715288,
            "stop": 847715304
        },
        {
            "start": 847715305,
            "stop": 847715326
        },
        {
            "start": 847715327,
            "stop": 847715347
        },
        {
            "start": 847715348,
            "stop": 847715375
        },
        {
            "start": 847715376,
            "stop": 847715389
        },
        {
            "start": 847715391,
            "stop": 847715394
        },
        {
            "start": 847715395,
            "stop": 847715412
        },
        {
            "start": 847715413,
            "stop": 847715415
        },
        {
            "start": 847715416,
            "stop": 847715432
        },
        {
            "start": 847715433,
            "stop": 847715503
        },
        {
            "start": 847715504,
            "stop": 847715515
        },
        {
            "start": 847715516,
            "stop": 847715517
        },
        {
            "start": 847715519,
            "stop": 847715542
        },
        {
            "start": 847715543,
            "stop": 847715559
        }
    ]
}