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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=292",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 293,
    "results": [
        {
            "start": 821042530,
            "stop": 821042550
        },
        {
            "start": 821042614,
            "stop": 821042634
        },
        {
            "start": 821042637,
            "stop": 821042645
        },
        {
            "start": 821042650,
            "stop": 821042684
        },
        {
            "start": 821042693,
            "stop": 821042700
        },
        {
            "start": 821042712,
            "stop": 821042718
        },
        {
            "start": 821042722,
            "stop": 821042728
        },
        {
            "start": 821042790,
            "stop": 821042812
        },
        {
            "start": 821042815,
            "stop": 821042831
        },
        {
            "start": 821042835,
            "stop": 821042850
        },
        {
            "start": 821042912,
            "stop": 821042916
        },
        {
            "start": 821042919,
            "stop": 821042943
        },
        {
            "start": 821042956,
            "stop": 821042962
        },
        {
            "start": 821042971,
            "stop": 821042977
        },
        {
            "start": 821042985,
            "stop": 821043010
        },
        {
            "start": 821043023,
            "stop": 821043034
        },
        {
            "start": 821043038,
            "stop": 821043044
        },
        {
            "start": 821043053,
            "stop": 821043059
        },
        {
            "start": 821043063,
            "stop": 821043126
        },
        {
            "start": 821043135,
            "stop": 821043140
        }
    ]
}