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=208
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=209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=207",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 208,
    "results": [
        {
            "start": 840577769,
            "stop": 840580753
        },
        {
            "start": 840581651,
            "stop": 840648604
        },
        {
            "start": 840650420,
            "stop": 840671268
        },
        {
            "start": 840673259,
            "stop": 840736813
        },
        {
            "start": 840736828,
            "stop": 840736829
        },
        {
            "start": 840737127,
            "stop": 840737653
        },
        {
            "start": 840738576,
            "stop": 840740713
        },
        {
            "start": 840741762,
            "stop": 840749417
        },
        {
            "start": 840750256,
            "stop": 840752613
        },
        {
            "start": 840752767,
            "stop": 840826334
        },
        {
            "start": 840826434,
            "stop": 840832633
        },
        {
            "start": 840832679,
            "stop": 840832680
        },
        {
            "start": 840838526,
            "stop": 840857893
        },
        {
            "start": 840859678,
            "stop": 840859753
        },
        {
            "start": 840860630,
            "stop": 840872225
        },
        {
            "start": 840875711,
            "stop": 840882613
        },
        {
            "start": 840883713,
            "stop": 840883965
        },
        {
            "start": 840884942,
            "stop": 840889753
        },
        {
            "start": 840889959,
            "stop": 840889992
        },
        {
            "start": 840891670,
            "stop": 840892067
        }
    ]
}