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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=280",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 281,
    "results": [
        {
            "start": 854459323,
            "stop": 854462029
        },
        {
            "start": 854462292,
            "stop": 854463184
        },
        {
            "start": 854464415,
            "stop": 854465227
        },
        {
            "start": 854466286,
            "stop": 854469999
        },
        {
            "start": 854471020,
            "stop": 854474588
        },
        {
            "start": 854475904,
            "stop": 854494396
        },
        {
            "start": 854495154,
            "stop": 854523429
        },
        {
            "start": 854524839,
            "stop": 854546852
        },
        {
            "start": 854547056,
            "stop": 854548867
        },
        {
            "start": 854551920,
            "stop": 854556035
        },
        {
            "start": 854556651,
            "stop": 854559341
        },
        {
            "start": 854563174,
            "stop": 854564959
        },
        {
            "start": 854565021,
            "stop": 854611668
        },
        {
            "start": 854612834,
            "stop": 854619860
        },
        {
            "start": 854619934,
            "stop": 854630485
        },
        {
            "start": 854631814,
            "stop": 854658050
        },
        {
            "start": 854674450,
            "stop": 854676676
        },
        {
            "start": 854676784,
            "stop": 854680927
        },
        {
            "start": 854681447,
            "stop": 854681521
        },
        {
            "start": 854698775,
            "stop": 854719487
        }
    ]
}