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=107
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=108",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=106",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 107,
    "results": [
        {
            "start": 932560128,
            "stop": 932560151
        },
        {
            "start": 932560156,
            "stop": 932560285
        },
        {
            "start": 932560290,
            "stop": 932560359
        },
        {
            "start": 932560364,
            "stop": 932560374
        },
        {
            "start": 932560379,
            "stop": 932560449
        },
        {
            "start": 932565587,
            "stop": 932567018
        },
        {
            "start": 932567023,
            "stop": 932567612
        },
        {
            "start": 932567618,
            "stop": 932568909
        },
        {
            "start": 932568914,
            "stop": 932570864
        },
        {
            "start": 932570869,
            "stop": 932571189
        },
        {
            "start": 932571194,
            "stop": 932574550
        },
        {
            "start": 932574568,
            "stop": 932575871
        },
        {
            "start": 932580240,
            "stop": 932580383
        },
        {
            "start": 932580401,
            "stop": 932580513
        },
        {
            "start": 932580518,
            "stop": 932580692
        },
        {
            "start": 932580711,
            "stop": 932580966
        },
        {
            "start": 932580971,
            "stop": 932581422
        },
        {
            "start": 932581458,
            "stop": 932581503
        },
        {
            "start": 932581531,
            "stop": 932581550
        },
        {
            "start": 932581576,
            "stop": 932581751
        }
    ]
}