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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=167",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 168,
    "results": [
        {
            "start": 838403819,
            "stop": 838406327
        },
        {
            "start": 838409200,
            "stop": 838409576
        },
        {
            "start": 838410890,
            "stop": 838416848
        },
        {
            "start": 838419794,
            "stop": 838424694
        },
        {
            "start": 838424729,
            "stop": 838426035
        },
        {
            "start": 838440347,
            "stop": 838446432
        },
        {
            "start": 838446540,
            "stop": 838449313
        },
        {
            "start": 838449327,
            "stop": 838449328
        },
        {
            "start": 838452002,
            "stop": 838457809
        },
        {
            "start": 838458590,
            "stop": 838461672
        },
        {
            "start": 838467878,
            "stop": 838470732
        },
        {
            "start": 838471006,
            "stop": 838472233
        },
        {
            "start": 838472235,
            "stop": 838472236
        },
        {
            "start": 838472448,
            "stop": 838475529
        },
        {
            "start": 838477548,
            "stop": 838479493
        },
        {
            "start": 838479529,
            "stop": 838479531
        },
        {
            "start": 838500236,
            "stop": 838503904
        },
        {
            "start": 838505097,
            "stop": 838511458
        },
        {
            "start": 838517567,
            "stop": 838543130
        },
        {
            "start": 838545004,
            "stop": 838552569
        }
    ]
}