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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=232",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 233,
    "results": [
        {
            "start": 851520112,
            "stop": 851520310
        },
        {
            "start": 851520656,
            "stop": 851521110
        },
        {
            "start": 851521410,
            "stop": 851521900
        },
        {
            "start": 851523205,
            "stop": 851577450
        },
        {
            "start": 851577510,
            "stop": 851644587
        },
        {
            "start": 851645178,
            "stop": 851646343
        },
        {
            "start": 851646671,
            "stop": 851659969
        },
        {
            "start": 851660387,
            "stop": 851660543
        },
        {
            "start": 851661166,
            "stop": 851662587
        },
        {
            "start": 851662887,
            "stop": 851665982
        },
        {
            "start": 851666092,
            "stop": 851666134
        },
        {
            "start": 851669462,
            "stop": 851670200
        },
        {
            "start": 851670500,
            "stop": 851673872
        },
        {
            "start": 851674217,
            "stop": 851674233
        },
        {
            "start": 851674343,
            "stop": 851674673
        },
        {
            "start": 851677734,
            "stop": 851697956
        },
        {
            "start": 851699585,
            "stop": 851703773
        },
        {
            "start": 851703791,
            "stop": 851729314
        },
        {
            "start": 851729614,
            "stop": 851764514
        },
        {
            "start": 851764522,
            "stop": 851764546
        }
    ]
}