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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5173",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5171",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5172,
    "results": [
        {
            "start": 969711819,
            "stop": 969711853
        },
        {
            "start": 969711856,
            "stop": 969711882
        },
        {
            "start": 969711885,
            "stop": 969712001
        },
        {
            "start": 969712004,
            "stop": 969712023
        },
        {
            "start": 969712026,
            "stop": 969712067
        },
        {
            "start": 969712070,
            "stop": 969712166
        },
        {
            "start": 969712169,
            "stop": 969712246
        },
        {
            "start": 969712249,
            "stop": 969712414
        },
        {
            "start": 969712417,
            "stop": 969712470
        },
        {
            "start": 969712473,
            "stop": 969712480
        },
        {
            "start": 969712484,
            "stop": 969712517
        },
        {
            "start": 969712520,
            "stop": 969712522
        },
        {
            "start": 969712525,
            "stop": 969712607
        },
        {
            "start": 969712610,
            "stop": 969712618
        },
        {
            "start": 969712621,
            "stop": 969712622
        },
        {
            "start": 969712625,
            "stop": 969712644
        },
        {
            "start": 969712647,
            "stop": 969712757
        },
        {
            "start": 969712760,
            "stop": 969712764
        },
        {
            "start": 969712767,
            "stop": 969712982
        },
        {
            "start": 969712985,
            "stop": 969713131
        }
    ]
}