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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=146",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 147,
    "results": [
        {
            "start": 830907462,
            "stop": 830985429
        },
        {
            "start": 830987086,
            "stop": 830987126
        },
        {
            "start": 830987210,
            "stop": 831006365
        },
        {
            "start": 831006369,
            "stop": 831056833
        },
        {
            "start": 831058657,
            "stop": 831064977
        },
        {
            "start": 831066839,
            "stop": 831096913
        },
        {
            "start": 831098814,
            "stop": 831104652
        },
        {
            "start": 831105436,
            "stop": 831105481
        },
        {
            "start": 831105508,
            "stop": 831134405
        },
        {
            "start": 831138844,
            "stop": 831139089
        },
        {
            "start": 831139093,
            "stop": 831140030
        },
        {
            "start": 831140040,
            "stop": 831140255
        },
        {
            "start": 831140260,
            "stop": 831140309
        },
        {
            "start": 831140313,
            "stop": 831140660
        },
        {
            "start": 831140664,
            "stop": 831141251
        },
        {
            "start": 831141255,
            "stop": 831144493
        },
        {
            "start": 831144505,
            "stop": 831144506
        },
        {
            "start": 831144670,
            "stop": 831145026
        },
        {
            "start": 831145250,
            "stop": 831145924
        },
        {
            "start": 831146082,
            "stop": 831147013
        }
    ]
}