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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=252",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 253,
    "results": [
        {
            "start": 934281141,
            "stop": 934281178
        },
        {
            "start": 934281183,
            "stop": 934281208
        },
        {
            "start": 934281213,
            "stop": 934281406
        },
        {
            "start": 934281411,
            "stop": 934281765
        },
        {
            "start": 934281770,
            "stop": 934281987
        },
        {
            "start": 934281992,
            "stop": 934282019
        },
        {
            "start": 934282024,
            "stop": 934282276
        },
        {
            "start": 934282281,
            "stop": 934282352
        },
        {
            "start": 934282357,
            "stop": 934282762
        },
        {
            "start": 934282767,
            "stop": 934282815
        },
        {
            "start": 934283055,
            "stop": 934283215
        },
        {
            "start": 934283221,
            "stop": 934283251
        },
        {
            "start": 934283256,
            "stop": 934283284
        },
        {
            "start": 934283289,
            "stop": 934283470
        },
        {
            "start": 934283475,
            "stop": 934283543
        },
        {
            "start": 934283548,
            "stop": 934283585
        },
        {
            "start": 934283590,
            "stop": 934283635
        },
        {
            "start": 934283640,
            "stop": 934283680
        },
        {
            "start": 934283685,
            "stop": 934283739
        },
        {
            "start": 934283744,
            "stop": 934283895
        }
    ]
}