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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5126",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5127,
    "results": [
        {
            "start": 874695770,
            "stop": 874695814
        },
        {
            "start": 874695821,
            "stop": 874695831
        },
        {
            "start": 874695845,
            "stop": 874695861
        },
        {
            "start": 874697009,
            "stop": 874698164
        },
        {
            "start": 874698171,
            "stop": 874698627
        },
        {
            "start": 874698634,
            "stop": 874698737
        },
        {
            "start": 874698744,
            "stop": 874698801
        },
        {
            "start": 874698808,
            "stop": 874698869
        },
        {
            "start": 874698876,
            "stop": 874698908
        },
        {
            "start": 874698916,
            "stop": 874699186
        },
        {
            "start": 874699193,
            "stop": 874699250
        },
        {
            "start": 874699257,
            "stop": 874699261
        },
        {
            "start": 874699275,
            "stop": 874699341
        },
        {
            "start": 874699348,
            "stop": 874699371
        },
        {
            "start": 874699378,
            "stop": 874699399
        },
        {
            "start": 874699406,
            "stop": 874699448
        },
        {
            "start": 874699455,
            "stop": 874699479
        },
        {
            "start": 874699486,
            "stop": 874699489
        },
        {
            "start": 874699500,
            "stop": 874699637
        },
        {
            "start": 874699644,
            "stop": 874699663
        }
    ]
}