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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=314",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 315,
    "results": [
        {
            "start": 852069961,
            "stop": 852069968
        },
        {
            "start": 852069970,
            "stop": 852069973
        },
        {
            "start": 852069975,
            "stop": 852069988
        },
        {
            "start": 852069989,
            "stop": 852069990
        },
        {
            "start": 852069999,
            "stop": 852070000
        },
        {
            "start": 852070001,
            "stop": 852070022
        },
        {
            "start": 852070024,
            "stop": 852070025
        },
        {
            "start": 852070027,
            "stop": 852070033
        },
        {
            "start": 852070053,
            "stop": 852070054
        },
        {
            "start": 852099630,
            "stop": 852100012
        },
        {
            "start": 852100018,
            "stop": 852100033
        },
        {
            "start": 852100035,
            "stop": 852100364
        },
        {
            "start": 852100474,
            "stop": 852100700
        },
        {
            "start": 852101000,
            "stop": 852101016
        },
        {
            "start": 852101316,
            "stop": 852101920
        },
        {
            "start": 852102030,
            "stop": 852102133
        },
        {
            "start": 852102157,
            "stop": 852102159
        },
        {
            "start": 852138587,
            "stop": 852138922
        },
        {
            "start": 852139280,
            "stop": 852139712
        },
        {
            "start": 852139822,
            "stop": 852139993
        }
    ]
}