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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1779",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1777",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1778,
    "results": [
        {
            "start": 1249562354,
            "stop": 1249562355
        },
        {
            "start": 1249562357,
            "stop": 1249562362
        },
        {
            "start": 1249562367,
            "stop": 1249562368
        },
        {
            "start": 1249562374,
            "stop": 1249562378
        },
        {
            "start": 1249562380,
            "stop": 1249562392
        },
        {
            "start": 1249562394,
            "stop": 1249562410
        },
        {
            "start": 1249562411,
            "stop": 1249562412
        },
        {
            "start": 1249562425,
            "stop": 1249562426
        },
        {
            "start": 1249562430,
            "stop": 1249562432
        },
        {
            "start": 1249562437,
            "stop": 1249562438
        },
        {
            "start": 1249562445,
            "stop": 1249562447
        },
        {
            "start": 1249562460,
            "stop": 1249562461
        },
        {
            "start": 1249562464,
            "stop": 1249562465
        },
        {
            "start": 1249562467,
            "stop": 1249562470
        },
        {
            "start": 1249562472,
            "stop": 1249562481
        },
        {
            "start": 1249562496,
            "stop": 1249562497
        },
        {
            "start": 1249562499,
            "stop": 1249562502
        },
        {
            "start": 1249562505,
            "stop": 1249562506
        },
        {
            "start": 1249562542,
            "stop": 1249562551
        },
        {
            "start": 1249562552,
            "stop": 1249562555
        }
    ]
}