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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT2/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT2/segments?format=api&page=8",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 9,
    "results": [
        {
            "start": 1372034081,
            "stop": 1372086714
        },
        {
            "start": 1372125173,
            "stop": 1372126856
        },
        {
            "start": 1372126896,
            "stop": 1372130640
        },
        {
            "start": 1372130670,
            "stop": 1372186186
        },
        {
            "start": 1372198888,
            "stop": 1372231778
        },
        {
            "start": 1372239205,
            "stop": 1372260528
        },
        {
            "start": 1372289588,
            "stop": 1372306546
        },
        {
            "start": 1372314700,
            "stop": 1372328560
        },
        {
            "start": 1372348882,
            "stop": 1372374390
        },
        {
            "start": 1372384690,
            "stop": 1372384721
        },
        {
            "start": 1372394474,
            "stop": 1372456109
        },
        {
            "start": 1372465579,
            "stop": 1372478537
        },
        {
            "start": 1372487939,
            "stop": 1372493529
        },
        {
            "start": 1372503132,
            "stop": 1372527117
        },
        {
            "start": 1372527251,
            "stop": 1372528498
        },
        {
            "start": 1372537492,
            "stop": 1372544543
        },
        {
            "start": 1372549648,
            "stop": 1372564553
        },
        {
            "start": 1372570195,
            "stop": 1372618862
        },
        {
            "start": 1372633378,
            "stop": 1372692150
        },
        {
            "start": 1372692271,
            "stop": 1372723478
        }
    ]
}