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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=423",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=421",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 422,
    "results": [
        {
            "start": 827129470,
            "stop": 827129740
        },
        {
            "start": 827129747,
            "stop": 827132467
        },
        {
            "start": 827132474,
            "stop": 827134033
        },
        {
            "start": 827134040,
            "stop": 827134850
        },
        {
            "start": 827134990,
            "stop": 827135390
        },
        {
            "start": 827135470,
            "stop": 827136873
        },
        {
            "start": 827136881,
            "stop": 827137464
        },
        {
            "start": 827137471,
            "stop": 827138280
        },
        {
            "start": 827138287,
            "stop": 827138593
        },
        {
            "start": 827138600,
            "stop": 827139052
        },
        {
            "start": 827139059,
            "stop": 827140371
        },
        {
            "start": 827140378,
            "stop": 827140394
        },
        {
            "start": 827140402,
            "stop": 827142309
        },
        {
            "start": 827142317,
            "stop": 827143482
        },
        {
            "start": 827143495,
            "stop": 827144027
        },
        {
            "start": 827144034,
            "stop": 827145471
        },
        {
            "start": 827145478,
            "stop": 827147262
        },
        {
            "start": 827147270,
            "stop": 827147974
        },
        {
            "start": 827147981,
            "stop": 827148046
        },
        {
            "start": 827148053,
            "stop": 827148560
        }
    ]
}