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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=213",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 214,
    "results": [
        {
            "start": 821668800,
            "stop": 821668806
        },
        {
            "start": 821668809,
            "stop": 821668820
        },
        {
            "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
        }
    ]
}