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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1879",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1877",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1878,
    "results": [
        {
            "start": 845589626,
            "stop": 845590590
        },
        {
            "start": 845590650,
            "stop": 845590659
        },
        {
            "start": 845591557,
            "stop": 845636106
        },
        {
            "start": 845636406,
            "stop": 845643503
        },
        {
            "start": 845643601,
            "stop": 845644010
        },
        {
            "start": 845644015,
            "stop": 845644020
        },
        {
            "start": 845644025,
            "stop": 845644037
        },
        {
            "start": 845644043,
            "stop": 845644075
        },
        {
            "start": 845644080,
            "stop": 845647635
        },
        {
            "start": 845647640,
            "stop": 845652807
        },
        {
            "start": 845652813,
            "stop": 845654537
        },
        {
            "start": 845654543,
            "stop": 845657694
        },
        {
            "start": 845657804,
            "stop": 845658472
        },
        {
            "start": 845658772,
            "stop": 845659305
        },
        {
            "start": 845659313,
            "stop": 845659317
        },
        {
            "start": 845659325,
            "stop": 845659356
        },
        {
            "start": 845659511,
            "stop": 845660492
        },
        {
            "start": 845660500,
            "stop": 845665626
        },
        {
            "start": 845665958,
            "stop": 845667876
        },
        {
            "start": 845671082,
            "stop": 845673888
        }
    ]
}