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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10082",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10080",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10081,
    "results": [
        {
            "start": 873196867,
            "stop": 873196931
        },
        {
            "start": 873197014,
            "stop": 873197041
        },
        {
            "start": 873197077,
            "stop": 873197084
        },
        {
            "start": 873197140,
            "stop": 873197643
        },
        {
            "start": 873197660,
            "stop": 873197847
        },
        {
            "start": 873197890,
            "stop": 873198442
        },
        {
            "start": 873198478,
            "stop": 873198499
        },
        {
            "start": 873198568,
            "stop": 873198586
        },
        {
            "start": 873198622,
            "stop": 873198648
        },
        {
            "start": 873198705,
            "stop": 873198919
        },
        {
            "start": 873199049,
            "stop": 873199076
        },
        {
            "start": 873199127,
            "stop": 873199862
        },
        {
            "start": 873199898,
            "stop": 873199968
        },
        {
            "start": 873200004,
            "stop": 873200067
        },
        {
            "start": 873200183,
            "stop": 873200215
        },
        {
            "start": 873200264,
            "stop": 873200285
        },
        {
            "start": 873200321,
            "stop": 873200501
        },
        {
            "start": 873200537,
            "stop": 873200540
        },
        {
            "start": 873200578,
            "stop": 873200758
        },
        {
            "start": 873200806,
            "stop": 873200914
        }
    ]
}