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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33258",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33256",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33257,
    "results": [
        {
            "start": 970990822,
            "stop": 970990824
        },
        {
            "start": 970990825,
            "stop": 970990849
        },
        {
            "start": 970990850,
            "stop": 970990851
        },
        {
            "start": 970990854,
            "stop": 970990868
        },
        {
            "start": 970990874,
            "stop": 970990881
        },
        {
            "start": 970990882,
            "stop": 970990885
        },
        {
            "start": 970990886,
            "stop": 970990891
        },
        {
            "start": 970990892,
            "stop": 970990894
        },
        {
            "start": 970990897,
            "stop": 970990931
        },
        {
            "start": 970990934,
            "stop": 970990957
        },
        {
            "start": 970990958,
            "stop": 970990983
        },
        {
            "start": 970990984,
            "stop": 970990985
        },
        {
            "start": 970990986,
            "stop": 970991029
        },
        {
            "start": 970991030,
            "stop": 970991045
        },
        {
            "start": 970991046,
            "stop": 970991053
        },
        {
            "start": 970991054,
            "stop": 970991071
        },
        {
            "start": 970991072,
            "stop": 970991086
        },
        {
            "start": 970991088,
            "stop": 970991111
        },
        {
            "start": 970991118,
            "stop": 970991138
        },
        {
            "start": 970991141,
            "stop": 970991160
        }
    ]
}