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=8652
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=8653",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8651",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8652,
    "results": [
        {
            "start": 871593811,
            "stop": 871593840
        },
        {
            "start": 871593900,
            "stop": 871594247
        },
        {
            "start": 871594264,
            "stop": 871594303
        },
        {
            "start": 871594446,
            "stop": 871596035
        },
        {
            "start": 871596155,
            "stop": 871596660
        },
        {
            "start": 871596677,
            "stop": 871596960
        },
        {
            "start": 871598665,
            "stop": 871599544
        },
        {
            "start": 871599561,
            "stop": 871599909
        },
        {
            "start": 871600029,
            "stop": 871600036
        },
        {
            "start": 871600170,
            "stop": 871600837
        },
        {
            "start": 871600957,
            "stop": 871601517
        },
        {
            "start": 871601540,
            "stop": 871601762
        },
        {
            "start": 871601779,
            "stop": 871604115
        },
        {
            "start": 871604132,
            "stop": 871604137
        },
        {
            "start": 871604257,
            "stop": 871604639
        },
        {
            "start": 871604649,
            "stop": 871604652
        },
        {
            "start": 871604662,
            "stop": 871604841
        },
        {
            "start": 871604858,
            "stop": 871606216
        },
        {
            "start": 871606336,
            "stop": 871607591
        },
        {
            "start": 871607608,
            "stop": 871609584
        }
    ]
}