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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=430",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=428",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 429,
    "results": [
        {
            "start": 1182814928,
            "stop": 1182815229
        },
        {
            "start": 1182815230,
            "stop": 1182815285
        },
        {
            "start": 1182815286,
            "stop": 1182815297
        },
        {
            "start": 1182815298,
            "stop": 1182815466
        },
        {
            "start": 1182815467,
            "stop": 1182815490
        },
        {
            "start": 1182815491,
            "stop": 1182815699
        },
        {
            "start": 1182815700,
            "stop": 1182815715
        },
        {
            "start": 1182815716,
            "stop": 1182815906
        },
        {
            "start": 1182815907,
            "stop": 1182816147
        },
        {
            "start": 1182816148,
            "stop": 1182816298
        },
        {
            "start": 1182816301,
            "stop": 1182816727
        },
        {
            "start": 1182816728,
            "stop": 1182816744
        },
        {
            "start": 1182816745,
            "stop": 1182816924
        },
        {
            "start": 1182816925,
            "stop": 1182816999
        },
        {
            "start": 1182817000,
            "stop": 1182817022
        },
        {
            "start": 1182817023,
            "stop": 1182817337
        },
        {
            "start": 1182817338,
            "stop": 1182817363
        },
        {
            "start": 1182817425,
            "stop": 1182817432
        },
        {
            "start": 1182817433,
            "stop": 1182817543
        },
        {
            "start": 1182817544,
            "stop": 1182817624
        }
    ]
}