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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=135",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 136,
    "results": [
        {
            "start": 953630603,
            "stop": 953630607
        },
        {
            "start": 953630610,
            "stop": 953630632
        },
        {
            "start": 953630635,
            "stop": 953630650
        },
        {
            "start": 953630653,
            "stop": 953630654
        },
        {
            "start": 953630657,
            "stop": 953630684
        },
        {
            "start": 953630689,
            "stop": 953630696
        },
        {
            "start": 953630701,
            "stop": 953630705
        },
        {
            "start": 953630719,
            "stop": 953630723
        },
        {
            "start": 953630735,
            "stop": 953630905
        },
        {
            "start": 953630916,
            "stop": 953631044
        },
        {
            "start": 953631047,
            "stop": 953631107
        },
        {
            "start": 953631116,
            "stop": 953631179
        },
        {
            "start": 953631187,
            "stop": 953631190
        },
        {
            "start": 953631197,
            "stop": 953631211
        },
        {
            "start": 953631221,
            "stop": 953631223
        },
        {
            "start": 953631225,
            "stop": 953631229
        },
        {
            "start": 953631237,
            "stop": 953631238
        },
        {
            "start": 953631244,
            "stop": 953631250
        },
        {
            "start": 953631255,
            "stop": 953631266
        },
        {
            "start": 953631276,
            "stop": 953631282
        }
    ]
}