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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=204",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 205,
    "results": [
        {
            "start": 931152654,
            "stop": 931152658
        },
        {
            "start": 931152663,
            "stop": 931152666
        },
        {
            "start": 931152667,
            "stop": 931152668
        },
        {
            "start": 931152669,
            "stop": 931152670
        },
        {
            "start": 931152671,
            "stop": 931152674
        },
        {
            "start": 931152676,
            "stop": 931152677
        },
        {
            "start": 931152678,
            "stop": 931152683
        },
        {
            "start": 931152685,
            "stop": 931152688
        },
        {
            "start": 931152691,
            "stop": 931152694
        },
        {
            "start": 931152698,
            "stop": 931152706
        },
        {
            "start": 931152708,
            "stop": 931152709
        },
        {
            "start": 931152711,
            "stop": 931152712
        },
        {
            "start": 931152713,
            "stop": 931152714
        },
        {
            "start": 931152717,
            "stop": 931152718
        },
        {
            "start": 931152719,
            "stop": 931152722
        },
        {
            "start": 931152723,
            "stop": 931152726
        },
        {
            "start": 931152729,
            "stop": 931152733
        },
        {
            "start": 931152734,
            "stop": 931152745
        },
        {
            "start": 931152747,
            "stop": 931152750
        },
        {
            "start": 931152751,
            "stop": 931152754
        }
    ]
}