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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=472",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=470",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 471,
    "results": [
        {
            "start": 826022865,
            "stop": 826022878
        },
        {
            "start": 826022881,
            "stop": 826022886
        },
        {
            "start": 826022889,
            "stop": 826023148
        },
        {
            "start": 826023151,
            "stop": 826023584
        },
        {
            "start": 826023601,
            "stop": 826025540
        },
        {
            "start": 826025543,
            "stop": 826026914
        },
        {
            "start": 826026917,
            "stop": 826028244
        },
        {
            "start": 826028263,
            "stop": 826028500
        },
        {
            "start": 826028504,
            "stop": 826028634
        },
        {
            "start": 826028651,
            "stop": 826029467
        },
        {
            "start": 826029471,
            "stop": 826030741
        },
        {
            "start": 826030758,
            "stop": 826031040
        },
        {
            "start": 826031100,
            "stop": 826032092
        },
        {
            "start": 826032111,
            "stop": 826033828
        },
        {
            "start": 826033845,
            "stop": 826036585
        },
        {
            "start": 826036602,
            "stop": 826037753
        },
        {
            "start": 826037756,
            "stop": 826038614
        },
        {
            "start": 826038631,
            "stop": 826039186
        },
        {
            "start": 826039190,
            "stop": 826039688
        },
        {
            "start": 826039709,
            "stop": 826042044
        }
    ]
}