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=242
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=243",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=241",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 242,
    "results": [
        {
            "start": 931463575,
            "stop": 931463583
        },
        {
            "start": 931463585,
            "stop": 931463657
        },
        {
            "start": 931463659,
            "stop": 931463718
        },
        {
            "start": 931463720,
            "stop": 931463749
        },
        {
            "start": 931463751,
            "stop": 931463769
        },
        {
            "start": 931463771,
            "stop": 931463779
        },
        {
            "start": 931463781,
            "stop": 931463787
        },
        {
            "start": 931463790,
            "stop": 931463848
        },
        {
            "start": 931463850,
            "stop": 931463855
        },
        {
            "start": 931463857,
            "stop": 931463862
        },
        {
            "start": 931463864,
            "stop": 931463905
        },
        {
            "start": 931463907,
            "stop": 931463908
        },
        {
            "start": 931463910,
            "stop": 931463935
        },
        {
            "start": 931463937,
            "stop": 931463939
        },
        {
            "start": 931463942,
            "stop": 931463963
        },
        {
            "start": 931463965,
            "stop": 931463978
        },
        {
            "start": 931463980,
            "stop": 931464003
        },
        {
            "start": 931464004,
            "stop": 931464009
        },
        {
            "start": 931464012,
            "stop": 931464035
        },
        {
            "start": 931464037,
            "stop": 931464044
        }
    ]
}