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=4808
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=4809",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4807",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4808,
    "results": [
        {
            "start": 970885365,
            "stop": 970885453
        },
        {
            "start": 970885456,
            "stop": 970885570
        },
        {
            "start": 970885573,
            "stop": 970885884
        },
        {
            "start": 970885887,
            "stop": 970886297
        },
        {
            "start": 970886300,
            "stop": 970886607
        },
        {
            "start": 970886610,
            "stop": 970886651
        },
        {
            "start": 970886654,
            "stop": 970886774
        },
        {
            "start": 970886777,
            "stop": 970886799
        },
        {
            "start": 970886802,
            "stop": 970886821
        },
        {
            "start": 970887879,
            "stop": 970887910
        },
        {
            "start": 970887913,
            "stop": 970888356
        },
        {
            "start": 970888359,
            "stop": 970888677
        },
        {
            "start": 970888680,
            "stop": 970889251
        },
        {
            "start": 970889254,
            "stop": 970890078
        },
        {
            "start": 970890081,
            "stop": 970890856
        },
        {
            "start": 970890859,
            "stop": 970891020
        },
        {
            "start": 970891023,
            "stop": 970891163
        },
        {
            "start": 970891166,
            "stop": 970891769
        },
        {
            "start": 970891772,
            "stop": 970891903
        },
        {
            "start": 970891906,
            "stop": 970892008
        }
    ]
}