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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5063",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5061",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5062,
    "results": [
        {
            "start": 872997184,
            "stop": 872997197
        },
        {
            "start": 872997245,
            "stop": 872997258
        },
        {
            "start": 872997294,
            "stop": 872997304
        },
        {
            "start": 872997353,
            "stop": 872997359
        },
        {
            "start": 872997416,
            "stop": 872997420
        },
        {
            "start": 873002291,
            "stop": 873002310
        },
        {
            "start": 873002344,
            "stop": 873002449
        },
        {
            "start": 873002466,
            "stop": 873002511
        },
        {
            "start": 873002548,
            "stop": 873002711
        },
        {
            "start": 873002748,
            "stop": 873002751
        },
        {
            "start": 873002789,
            "stop": 873002810
        },
        {
            "start": 873002892,
            "stop": 873003015
        },
        {
            "start": 873003058,
            "stop": 873003074
        },
        {
            "start": 873003129,
            "stop": 873003264
        },
        {
            "start": 873003588,
            "stop": 873003632
        },
        {
            "start": 873004314,
            "stop": 873004318
        },
        {
            "start": 873004412,
            "stop": 873004733
        },
        {
            "start": 873004770,
            "stop": 873004876
        },
        {
            "start": 873004912,
            "stop": 873005690
        },
        {
            "start": 873005707,
            "stop": 873005732
        }
    ]
}