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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=206",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 207,
    "results": [
        {
            "start": 821668823,
            "stop": 821668829
        },
        {
            "start": 821668832,
            "stop": 821668835
        },
        {
            "start": 821668838,
            "stop": 821668845
        },
        {
            "start": 821668848,
            "stop": 821668856
        },
        {
            "start": 821668859,
            "stop": 821668866
        },
        {
            "start": 821668869,
            "stop": 821668913
        },
        {
            "start": 821668917,
            "stop": 821668951
        },
        {
            "start": 821668954,
            "stop": 821669014
        },
        {
            "start": 821669017,
            "stop": 821669029
        },
        {
            "start": 821669032,
            "stop": 821669079
        },
        {
            "start": 821669085,
            "stop": 821669097
        },
        {
            "start": 821669100,
            "stop": 821669103
        },
        {
            "start": 821669108,
            "stop": 821669110
        },
        {
            "start": 821669113,
            "stop": 821669115
        },
        {
            "start": 821669118,
            "stop": 821669126
        },
        {
            "start": 821669129,
            "stop": 821669143
        },
        {
            "start": 821669147,
            "stop": 821669152
        },
        {
            "start": 821669155,
            "stop": 821669167
        },
        {
            "start": 821669171,
            "stop": 821669173
        },
        {
            "start": 821669179,
            "stop": 821669191
        }
    ]
}