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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1942",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1940",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1941,
    "results": [
        {
            "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": 851703781
        },
        {
            "start": 851703783,
            "stop": 851729314
        },
        {
            "start": 851729614,
            "stop": 851764514
        },
        {
            "start": 851764522,
            "stop": 851764546
        },
        {
            "start": 851764570,
            "stop": 851764650
        },
        {
            "start": 851764706,
            "stop": 851764762
        },
        {
            "start": 851764842,
            "stop": 851764890
        },
        {
            "start": 851764898,
            "stop": 851778335
        }
    ]
}