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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=170",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 171,
    "results": [
        {
            "start": 932962358,
            "stop": 932962379
        },
        {
            "start": 932962417,
            "stop": 932962444
        },
        {
            "start": 932962478,
            "stop": 932962480
        },
        {
            "start": 932962508,
            "stop": 932962523
        },
        {
            "start": 932962542,
            "stop": 932962543
        },
        {
            "start": 932962562,
            "stop": 932962571
        },
        {
            "start": 932962590,
            "stop": 932962649
        },
        {
            "start": 932962668,
            "stop": 932962670
        },
        {
            "start": 932962688,
            "stop": 932962719
        },
        {
            "start": 932962752,
            "stop": 932962774
        },
        {
            "start": 932962793,
            "stop": 932962832
        },
        {
            "start": 932962882,
            "stop": 932962902
        },
        {
            "start": 932962961,
            "stop": 932962971
        },
        {
            "start": 932962991,
            "stop": 932962996
        },
        {
            "start": 932963065,
            "stop": 932963069
        },
        {
            "start": 932963088,
            "stop": 932963095
        },
        {
            "start": 932963121,
            "stop": 932963132
        },
        {
            "start": 932963151,
            "stop": 932963158
        },
        {
            "start": 932963177,
            "stop": 932963185
        },
        {
            "start": 932963204,
            "stop": 932963207
        }
    ]
}