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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=373",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=371",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 372,
    "results": [
        {
            "start": 865220670,
            "stop": 865258920
        },
        {
            "start": 865258983,
            "stop": 865259160
        },
        {
            "start": 865259220,
            "stop": 865263691
        },
        {
            "start": 865263709,
            "stop": 865263825
        },
        {
            "start": 865272148,
            "stop": 865272402
        },
        {
            "start": 865272456,
            "stop": 865274326
        },
        {
            "start": 865274358,
            "stop": 865275718
        },
        {
            "start": 865275736,
            "stop": 865276759
        },
        {
            "start": 865276798,
            "stop": 865277802
        },
        {
            "start": 865277880,
            "stop": 865279200
        },
        {
            "start": 865279261,
            "stop": 865284854
        },
        {
            "start": 865284876,
            "stop": 865288688
        },
        {
            "start": 865288988,
            "stop": 865288993
        },
        {
            "start": 865289103,
            "stop": 865289256
        },
        {
            "start": 865289556,
            "stop": 865294048
        },
        {
            "start": 865294078,
            "stop": 865318389
        },
        {
            "start": 865318407,
            "stop": 865330062
        },
        {
            "start": 865330414,
            "stop": 865331366
        },
        {
            "start": 865331689,
            "stop": 865344901
        },
        {
            "start": 865356577,
            "stop": 865361366
        }
    ]
}