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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=244",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 245,
    "results": [
        {
            "start": 821607065,
            "stop": 821607217
        },
        {
            "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": 821609958
        },
        {
            "start": 821609972,
            "stop": 821609986
        },
        {
            "start": 821609994,
            "stop": 821610024
        },
        {
            "start": 821610039,
            "stop": 821610314
        }
    ]
}