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=372
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=373",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=371",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 372,
    "results": [
        {
            "start": 829435898,
            "stop": 829435899
        },
        {
            "start": 829435901,
            "stop": 829435903
        },
        {
            "start": 829435908,
            "stop": 829435909
        },
        {
            "start": 829435916,
            "stop": 829435917
        },
        {
            "start": 829435923,
            "stop": 829435924
        },
        {
            "start": 829435929,
            "stop": 829435931
        },
        {
            "start": 829435933,
            "stop": 829435941
        },
        {
            "start": 829435945,
            "stop": 829435946
        },
        {
            "start": 829435948,
            "stop": 829435950
        },
        {
            "start": 829435953,
            "stop": 829435954
        },
        {
            "start": 829435957,
            "stop": 829435959
        },
        {
            "start": 829435961,
            "stop": 829435962
        },
        {
            "start": 829435968,
            "stop": 829435970
        },
        {
            "start": 829435972,
            "stop": 829435977
        },
        {
            "start": 829435980,
            "stop": 829435981
        },
        {
            "start": 829435985,
            "stop": 829435992
        },
        {
            "start": 829435994,
            "stop": 829436001
        },
        {
            "start": 829436003,
            "stop": 829436011
        },
        {
            "start": 829436016,
            "stop": 829436027
        },
        {
            "start": 829436031,
            "stop": 829436067
        }
    ]
}