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=360
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=361",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=359",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 360,
    "results": [
        {
            "start": 847728190,
            "stop": 847728191
        },
        {
            "start": 847728192,
            "stop": 847728204
        },
        {
            "start": 847728205,
            "stop": 847728208
        },
        {
            "start": 847728209,
            "stop": 847728230
        },
        {
            "start": 847728231,
            "stop": 847728233
        },
        {
            "start": 847728234,
            "stop": 847728251
        },
        {
            "start": 847728252,
            "stop": 847728273
        },
        {
            "start": 847728274,
            "stop": 847728276
        },
        {
            "start": 847728277,
            "stop": 847728293
        },
        {
            "start": 847728294,
            "stop": 847728318
        },
        {
            "start": 847728320,
            "stop": 847728321
        },
        {
            "start": 847728322,
            "stop": 847728336
        },
        {
            "start": 847728337,
            "stop": 847728364
        },
        {
            "start": 847728365,
            "stop": 847728366
        },
        {
            "start": 847728368,
            "stop": 847728376
        },
        {
            "start": 847728377,
            "stop": 847728402
        },
        {
            "start": 847728403,
            "stop": 847728418
        },
        {
            "start": 847728419,
            "stop": 847728421
        },
        {
            "start": 847728422,
            "stop": 847728463
        },
        {
            "start": 847728465,
            "stop": 847728574
        }
    ]
}