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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3700",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3698",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3699,
    "results": [
        {
            "start": 873203734,
            "stop": 873203914
        },
        {
            "start": 873203931,
            "stop": 873203973
        },
        {
            "start": 873203990,
            "stop": 873204362
        },
        {
            "start": 873204380,
            "stop": 873205211
        },
        {
            "start": 873205230,
            "stop": 873205389
        },
        {
            "start": 873205406,
            "stop": 873205493
        },
        {
            "start": 873205517,
            "stop": 873205558
        },
        {
            "start": 873205575,
            "stop": 873205591
        },
        {
            "start": 873205608,
            "stop": 873205817
        },
        {
            "start": 873205834,
            "stop": 873206143
        },
        {
            "start": 873206160,
            "stop": 873206322
        },
        {
            "start": 873206339,
            "stop": 873206345
        },
        {
            "start": 873206362,
            "stop": 873206620
        },
        {
            "start": 873206638,
            "stop": 873206729
        },
        {
            "start": 873206820,
            "stop": 873206898
        },
        {
            "start": 873206915,
            "stop": 873206926
        },
        {
            "start": 873206943,
            "stop": 873207000
        },
        {
            "start": 873207060,
            "stop": 873208097
        },
        {
            "start": 873208114,
            "stop": 873208121
        },
        {
            "start": 873208144,
            "stop": 873208211
        }
    ]
}