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=8621
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=8622",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8620",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8621,
    "results": [
        {
            "start": 871156578,
            "stop": 871156970
        },
        {
            "start": 871157050,
            "stop": 871157171
        },
        {
            "start": 871157188,
            "stop": 871157700
        },
        {
            "start": 871157760,
            "stop": 871158215
        },
        {
            "start": 871158232,
            "stop": 871158368
        },
        {
            "start": 871158385,
            "stop": 871158597
        },
        {
            "start": 871158656,
            "stop": 871158726
        },
        {
            "start": 871158733,
            "stop": 871159980
        },
        {
            "start": 871159984,
            "stop": 871160068
        },
        {
            "start": 871160072,
            "stop": 871160360
        },
        {
            "start": 871160377,
            "stop": 871161569
        },
        {
            "start": 871161586,
            "stop": 871161590
        },
        {
            "start": 871161670,
            "stop": 871163329
        },
        {
            "start": 871163346,
            "stop": 871163731
        },
        {
            "start": 871163748,
            "stop": 871164138
        },
        {
            "start": 871164155,
            "stop": 871164230
        },
        {
            "start": 871164465,
            "stop": 871165709
        },
        {
            "start": 871165726,
            "stop": 871165886
        },
        {
            "start": 871166086,
            "stop": 871166087
        },
        {
            "start": 871166125,
            "stop": 871166252
        }
    ]
}