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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3426",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3424",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3425,
    "results": [
        {
            "start": 969677716,
            "stop": 969677975
        },
        {
            "start": 969677976,
            "stop": 969678270
        },
        {
            "start": 969678291,
            "stop": 969678300
        },
        {
            "start": 969678327,
            "stop": 969678331
        },
        {
            "start": 969678369,
            "stop": 969678444
        },
        {
            "start": 969678445,
            "stop": 969678450
        },
        {
            "start": 969678451,
            "stop": 969678580
        },
        {
            "start": 969678613,
            "stop": 969678628
        },
        {
            "start": 969678650,
            "stop": 969678651
        },
        {
            "start": 969678690,
            "stop": 969678712
        },
        {
            "start": 969678733,
            "stop": 969678771
        },
        {
            "start": 969678774,
            "stop": 969678923
        },
        {
            "start": 969678926,
            "stop": 969678999
        },
        {
            "start": 969679020,
            "stop": 969679715
        },
        {
            "start": 969679716,
            "stop": 969679776
        },
        {
            "start": 969679779,
            "stop": 969680178
        },
        {
            "start": 969680184,
            "stop": 969680196
        },
        {
            "start": 969680202,
            "stop": 969680341
        },
        {
            "start": 969680344,
            "stop": 969680537
        },
        {
            "start": 969680540,
            "stop": 969680563
        }
    ]
}