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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=112",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 113,
    "results": [
        {
            "start": 961089258,
            "stop": 961090677
        },
        {
            "start": 961227571,
            "stop": 961228065
        },
        {
            "start": 961229118,
            "stop": 961238491
        },
        {
            "start": 961312386,
            "stop": 961314783
        },
        {
            "start": 961315746,
            "stop": 961316943
        },
        {
            "start": 961317785,
            "stop": 961319171
        },
        {
            "start": 961321552,
            "stop": 961321571
        },
        {
            "start": 961322335,
            "stop": 961330264
        },
        {
            "start": 961331360,
            "stop": 961332483
        },
        {
            "start": 961333245,
            "stop": 961334572
        },
        {
            "start": 961338021,
            "stop": 961338027
        },
        {
            "start": 961341528,
            "stop": 961342118
        },
        {
            "start": 961344229,
            "stop": 961344728
        },
        {
            "start": 961353767,
            "stop": 961356457
        },
        {
            "start": 961405294,
            "stop": 961414639
        },
        {
            "start": 961416016,
            "stop": 961416228
        },
        {
            "start": 961417447,
            "stop": 961423047
        },
        {
            "start": 961425311,
            "stop": 961427088
        },
        {
            "start": 961429132,
            "stop": 961432434
        },
        {
            "start": 961440442,
            "stop": 961443697
        }
    ]
}