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=167
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=168",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=166",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 167,
    "results": [
        {
            "start": 932563388,
            "stop": 932563390
        },
        {
            "start": 932563394,
            "stop": 932563397
        },
        {
            "start": 932563399,
            "stop": 932563405
        },
        {
            "start": 932563407,
            "stop": 932563412
        },
        {
            "start": 932563415,
            "stop": 932563421
        },
        {
            "start": 932563423,
            "stop": 932563441
        },
        {
            "start": 932563445,
            "stop": 932563447
        },
        {
            "start": 932563448,
            "stop": 932563450
        },
        {
            "start": 932563453,
            "stop": 932563457
        },
        {
            "start": 932563458,
            "stop": 932563461
        },
        {
            "start": 932563463,
            "stop": 932563473
        },
        {
            "start": 932563475,
            "stop": 932563478
        },
        {
            "start": 932563482,
            "stop": 932563484
        },
        {
            "start": 932563489,
            "stop": 932563491
        },
        {
            "start": 932563492,
            "stop": 932563520
        },
        {
            "start": 932563539,
            "stop": 932564115
        },
        {
            "start": 932564134,
            "stop": 932564362
        },
        {
            "start": 932564558,
            "stop": 932565615
        },
        {
            "start": 932565975,
            "stop": 932565999
        },
        {
            "start": 932566002,
            "stop": 932566281
        }
    ]
}