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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=219",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 220,
    "results": [
        {
            "start": 931534661,
            "stop": 931534662
        },
        {
            "start": 931534663,
            "stop": 931534665
        },
        {
            "start": 931534667,
            "stop": 931534683
        },
        {
            "start": 931534684,
            "stop": 931534692
        },
        {
            "start": 931534693,
            "stop": 931534703
        },
        {
            "start": 931534704,
            "stop": 931534714
        },
        {
            "start": 931534716,
            "stop": 931534776
        },
        {
            "start": 931534778,
            "stop": 931534779
        },
        {
            "start": 931534782,
            "stop": 931534791
        },
        {
            "start": 931534792,
            "stop": 931534802
        },
        {
            "start": 931534805,
            "stop": 931534809
        },
        {
            "start": 931534811,
            "stop": 931534862
        },
        {
            "start": 931534867,
            "stop": 931534887
        },
        {
            "start": 931534890,
            "stop": 931534903
        },
        {
            "start": 931534905,
            "stop": 931535019
        },
        {
            "start": 931535020,
            "stop": 931535041
        },
        {
            "start": 931535044,
            "stop": 931535052
        },
        {
            "start": 931535053,
            "stop": 931535104
        },
        {
            "start": 931535105,
            "stop": 931535123
        },
        {
            "start": 931535125,
            "stop": 931535140
        }
    ]
}