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=8625
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=8626",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8624",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8625,
    "results": [
        {
            "start": 871252337,
            "stop": 871252380
        },
        {
            "start": 871253053,
            "stop": 871253090
        },
        {
            "start": 871253170,
            "stop": 871253280
        },
        {
            "start": 871253340,
            "stop": 871253640
        },
        {
            "start": 871253820,
            "stop": 871255080
        },
        {
            "start": 871255140,
            "stop": 871256435
        },
        {
            "start": 871276080,
            "stop": 871276140
        },
        {
            "start": 871276380,
            "stop": 871276440
        },
        {
            "start": 871276740,
            "stop": 871276860
        },
        {
            "start": 871276980,
            "stop": 871277048
        },
        {
            "start": 871280700,
            "stop": 871280760
        },
        {
            "start": 871281060,
            "stop": 871281120
        },
        {
            "start": 871281480,
            "stop": 871281540
        },
        {
            "start": 871281780,
            "stop": 871281840
        },
        {
            "start": 871281900,
            "stop": 871281909
        },
        {
            "start": 871281935,
            "stop": 871281939
        },
        {
            "start": 871281956,
            "stop": 871281960
        },
        {
            "start": 871282020,
            "stop": 871282080
        },
        {
            "start": 871282140,
            "stop": 871282320
        },
        {
            "start": 871282380,
            "stop": 871282680
        }
    ]
}