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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=133",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 134,
    "results": [
        {
            "start": 931724704,
            "stop": 931724708
        },
        {
            "start": 931724724,
            "stop": 931724728
        },
        {
            "start": 931724740,
            "stop": 931724745
        },
        {
            "start": 931724751,
            "stop": 931724754
        },
        {
            "start": 931724762,
            "stop": 931724763
        },
        {
            "start": 931724834,
            "stop": 931724837
        },
        {
            "start": 931724862,
            "stop": 931724864
        },
        {
            "start": 931724871,
            "stop": 931724876
        },
        {
            "start": 931724915,
            "stop": 931724930
        },
        {
            "start": 931724936,
            "stop": 931724955
        },
        {
            "start": 931725033,
            "stop": 931725034
        },
        {
            "start": 931725059,
            "stop": 931725060
        },
        {
            "start": 931725076,
            "stop": 931725078
        },
        {
            "start": 931725083,
            "stop": 931725090
        },
        {
            "start": 931725112,
            "stop": 931725117
        },
        {
            "start": 931725150,
            "stop": 931725155
        },
        {
            "start": 931725161,
            "stop": 931725176
        },
        {
            "start": 931725181,
            "stop": 931725187
        },
        {
            "start": 931725197,
            "stop": 931725205
        },
        {
            "start": 931725228,
            "stop": 931725236
        }
    ]
}