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=169
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=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=168",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 169,
    "results": [
        {
            "start": 838552657,
            "stop": 838559804
        },
        {
            "start": 838560743,
            "stop": 838561513
        },
        {
            "start": 838569978,
            "stop": 838571807
        },
        {
            "start": 838575193,
            "stop": 838577053
        },
        {
            "start": 838578904,
            "stop": 838579665
        },
        {
            "start": 838582862,
            "stop": 838583953
        },
        {
            "start": 838587280,
            "stop": 838588633
        },
        {
            "start": 838588681,
            "stop": 838588682
        },
        {
            "start": 838589546,
            "stop": 838600873
        },
        {
            "start": 838603970,
            "stop": 838605133
        },
        {
            "start": 838605765,
            "stop": 838607755
        },
        {
            "start": 838608792,
            "stop": 838609633
        },
        {
            "start": 838610527,
            "stop": 838610773
        },
        {
            "start": 838612496,
            "stop": 838615029
        },
        {
            "start": 838616951,
            "stop": 838618453
        },
        {
            "start": 838619199,
            "stop": 838620540
        },
        {
            "start": 838621609,
            "stop": 838629413
        },
        {
            "start": 838631318,
            "stop": 838631833
        },
        {
            "start": 838632793,
            "stop": 838633633
        },
        {
            "start": 838634538,
            "stop": 838637053
        }
    ]
}