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=226
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=227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=225",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 226,
    "results": [
        {
            "start": 846455424,
            "stop": 846457560
        },
        {
            "start": 846459362,
            "stop": 846460813
        },
        {
            "start": 846461963,
            "stop": 846465913
        },
        {
            "start": 846465929,
            "stop": 846465930
        },
        {
            "start": 846467069,
            "stop": 846475693
        },
        {
            "start": 846475696,
            "stop": 846475698
        },
        {
            "start": 846478312,
            "stop": 846493873
        },
        {
            "start": 846493905,
            "stop": 846493906
        },
        {
            "start": 846494909,
            "stop": 846495493
        },
        {
            "start": 846495504,
            "stop": 846495505
        },
        {
            "start": 846496383,
            "stop": 846511932
        },
        {
            "start": 846512053,
            "stop": 846512055
        },
        {
            "start": 846512065,
            "stop": 846512293
        },
        {
            "start": 846515923,
            "stop": 846517747
        },
        {
            "start": 846518749,
            "stop": 846519967
        },
        {
            "start": 846538728,
            "stop": 846546313
        },
        {
            "start": 846546331,
            "stop": 846546332
        },
        {
            "start": 846546712,
            "stop": 846547213
        },
        {
            "start": 846548238,
            "stop": 846577453
        },
        {
            "start": 846577490,
            "stop": 846577492
        }
    ]
}