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=8020
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=8021",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8019",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8020,
    "results": [
        {
            "start": 970409517,
            "stop": 970409520
        },
        {
            "start": 970409529,
            "stop": 970409530
        },
        {
            "start": 970409533,
            "stop": 970409537
        },
        {
            "start": 970409541,
            "stop": 970409562
        },
        {
            "start": 970409565,
            "stop": 970409572
        },
        {
            "start": 970409575,
            "stop": 970409592
        },
        {
            "start": 970409618,
            "stop": 970409626
        },
        {
            "start": 970409658,
            "stop": 970409670
        },
        {
            "start": 970409673,
            "stop": 970409688
        },
        {
            "start": 970409691,
            "stop": 970409695
        },
        {
            "start": 970409698,
            "stop": 970409701
        },
        {
            "start": 970409704,
            "stop": 970409721
        },
        {
            "start": 970409724,
            "stop": 970409742
        },
        {
            "start": 970409745,
            "stop": 970409775
        },
        {
            "start": 970409876,
            "stop": 970409880
        },
        {
            "start": 970409913,
            "stop": 970409915
        },
        {
            "start": 970409918,
            "stop": 970409923
        },
        {
            "start": 970409926,
            "stop": 970409954
        },
        {
            "start": 970409958,
            "stop": 970409965
        },
        {
            "start": 970409969,
            "stop": 970409977
        }
    ]
}