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=394
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=395",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=393",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 394,
    "results": [
        {
            "start": 821764880,
            "stop": 821764882
        },
        {
            "start": 821764887,
            "stop": 821764889
        },
        {
            "start": 821764892,
            "stop": 821764894
        },
        {
            "start": 821764909,
            "stop": 821764911
        },
        {
            "start": 821764914,
            "stop": 821764915
        },
        {
            "start": 821764919,
            "stop": 821764925
        },
        {
            "start": 821764939,
            "stop": 821764948
        },
        {
            "start": 821764951,
            "stop": 821764963
        },
        {
            "start": 821764971,
            "stop": 821764975
        },
        {
            "start": 821764978,
            "stop": 821764980
        },
        {
            "start": 821764985,
            "stop": 821764987
        },
        {
            "start": 821764990,
            "stop": 821765005
        },
        {
            "start": 821765009,
            "stop": 821765013
        },
        {
            "start": 821765018,
            "stop": 821765022
        },
        {
            "start": 821765026,
            "stop": 821765027
        },
        {
            "start": 821765031,
            "stop": 821765034
        },
        {
            "start": 821765046,
            "stop": 821765050
        },
        {
            "start": 821765057,
            "stop": 821765058
        },
        {
            "start": 821765064,
            "stop": 821765065
        },
        {
            "start": 821765068,
            "stop": 821765070
        }
    ]
}