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=175
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=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=174",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 175,
    "results": [
        {
            "start": 834875173,
            "stop": 834878053
        },
        {
            "start": 834879013,
            "stop": 834883028
        },
        {
            "start": 834883032,
            "stop": 834896155
        },
        {
            "start": 834897133,
            "stop": 834906073
        },
        {
            "start": 834907033,
            "stop": 834930373
        },
        {
            "start": 834931844,
            "stop": 834932773
        },
        {
            "start": 834933733,
            "stop": 834948553
        },
        {
            "start": 834948576,
            "stop": 834948577
        },
        {
            "start": 834948913,
            "stop": 834950173
        },
        {
            "start": 834950181,
            "stop": 834950183
        },
        {
            "start": 834950321,
            "stop": 834950343
        },
        {
            "start": 834954673,
            "stop": 834954793
        },
        {
            "start": 834955993,
            "stop": 834960373
        },
        {
            "start": 834961513,
            "stop": 834963550
        },
        {
            "start": 834964633,
            "stop": 834983653
        },
        {
            "start": 834983663,
            "stop": 834983666
        },
        {
            "start": 834983713,
            "stop": 834985753
        },
        {
            "start": 834985755,
            "stop": 834985758
        },
        {
            "start": 834995653,
            "stop": 835005668
        },
        {
            "start": 835006813,
            "stop": 835009386
        }
    ]
}