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=104
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=105",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=103",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 104,
    "results": [
        {
            "start": 932474798,
            "stop": 932475100
        },
        {
            "start": 932475105,
            "stop": 932475594
        },
        {
            "start": 932475599,
            "stop": 932475715
        },
        {
            "start": 932475720,
            "stop": 932475847
        },
        {
            "start": 932475852,
            "stop": 932476268
        },
        {
            "start": 932476273,
            "stop": 932477233
        },
        {
            "start": 932480179,
            "stop": 932480208
        },
        {
            "start": 932480238,
            "stop": 932480269
        },
        {
            "start": 932480288,
            "stop": 932480459
        },
        {
            "start": 932480483,
            "stop": 932481245
        },
        {
            "start": 932481251,
            "stop": 932481585
        },
        {
            "start": 932481590,
            "stop": 932483072
        },
        {
            "start": 932483077,
            "stop": 932483382
        },
        {
            "start": 932483387,
            "stop": 932483694
        },
        {
            "start": 932483699,
            "stop": 932484203
        },
        {
            "start": 932485199,
            "stop": 932485200
        },
        {
            "start": 932485282,
            "stop": 932485840
        },
        {
            "start": 932485845,
            "stop": 932485871
        },
        {
            "start": 932487529,
            "stop": 932487643
        },
        {
            "start": 932487648,
            "stop": 932487722
        }
    ]
}