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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=285",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 286,
    "results": [
        {
            "start": 821607224,
            "stop": 821607464
        },
        {
            "start": 821607471,
            "stop": 821607619
        },
        {
            "start": 821607627,
            "stop": 821607697
        },
        {
            "start": 821607705,
            "stop": 821607711
        },
        {
            "start": 821607725,
            "stop": 821607731
        },
        {
            "start": 821607744,
            "stop": 821607975
        },
        {
            "start": 821607982,
            "stop": 821608034
        },
        {
            "start": 821608042,
            "stop": 821608738
        },
        {
            "start": 821608745,
            "stop": 821608853
        },
        {
            "start": 821608860,
            "stop": 821608999
        },
        {
            "start": 821609006,
            "stop": 821609331
        },
        {
            "start": 821609339,
            "stop": 821609504
        },
        {
            "start": 821609685,
            "stop": 821609727
        },
        {
            "start": 821609735,
            "stop": 821609800
        },
        {
            "start": 821609814,
            "stop": 821609889
        },
        {
            "start": 821609896,
            "stop": 821609940
        },
        {
            "start": 821610120,
            "stop": 821610314
        },
        {
            "start": 821610329,
            "stop": 821610646
        },
        {
            "start": 821610660,
            "stop": 821610811
        },
        {
            "start": 821610818,
            "stop": 821611261
        }
    ]
}