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=190
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=191",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=189",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 190,
    "results": [
        {
            "start": 933185175,
            "stop": 933186912
        },
        {
            "start": 933186915,
            "stop": 933188248
        },
        {
            "start": 933188250,
            "stop": 933188369
        },
        {
            "start": 933188775,
            "stop": 933188803
        },
        {
            "start": 933188805,
            "stop": 933188849
        },
        {
            "start": 933189029,
            "stop": 933189089
        },
        {
            "start": 933189209,
            "stop": 933189269
        },
        {
            "start": 933189809,
            "stop": 933189989
        },
        {
            "start": 933190409,
            "stop": 933190469
        },
        {
            "start": 933190529,
            "stop": 933190589
        },
        {
            "start": 933190709,
            "stop": 933190769
        },
        {
            "start": 933190829,
            "stop": 933190873
        },
        {
            "start": 933190875,
            "stop": 933190889
        },
        {
            "start": 933191789,
            "stop": 933191838
        },
        {
            "start": 933192008,
            "stop": 933192015
        },
        {
            "start": 933192375,
            "stop": 933192623
        },
        {
            "start": 933192743,
            "stop": 933193469
        },
        {
            "start": 933193529,
            "stop": 933193739
        },
        {
            "start": 933193741,
            "stop": 933194150
        },
        {
            "start": 933194387,
            "stop": 933195615
        }
    ]
}