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=166
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=167",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=165",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 166,
    "results": [
        {
            "start": 932563173,
            "stop": 932563174
        },
        {
            "start": 932563179,
            "stop": 932563181
        },
        {
            "start": 932563183,
            "stop": 932563192
        },
        {
            "start": 932563194,
            "stop": 932563199
        },
        {
            "start": 932563202,
            "stop": 932563216
        },
        {
            "start": 932563217,
            "stop": 932563221
        },
        {
            "start": 932563240,
            "stop": 932563242
        },
        {
            "start": 932563245,
            "stop": 932563249
        },
        {
            "start": 932563251,
            "stop": 932563259
        },
        {
            "start": 932563261,
            "stop": 932563265
        },
        {
            "start": 932563267,
            "stop": 932563270
        },
        {
            "start": 932563271,
            "stop": 932563289
        },
        {
            "start": 932563292,
            "stop": 932563296
        },
        {
            "start": 932563299,
            "stop": 932563308
        },
        {
            "start": 932563311,
            "stop": 932563321
        },
        {
            "start": 932563324,
            "stop": 932563336
        },
        {
            "start": 932563338,
            "stop": 932563361
        },
        {
            "start": 932563363,
            "stop": 932563372
        },
        {
            "start": 932563374,
            "stop": 932563379
        },
        {
            "start": 932563380,
            "stop": 932563386
        }
    ]
}