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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=97",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 98,
    "results": [
        {
            "start": 828180640,
            "stop": 828182014
        },
        {
            "start": 828182314,
            "stop": 828185897
        },
        {
            "start": 828186197,
            "stop": 828186680
        },
        {
            "start": 828186980,
            "stop": 828190660
        },
        {
            "start": 828191101,
            "stop": 828191800
        },
        {
            "start": 828191910,
            "stop": 828192022
        },
        {
            "start": 828192443,
            "stop": 828192634
        },
        {
            "start": 828229006,
            "stop": 828233681
        },
        {
            "start": 828233791,
            "stop": 828234862
        },
        {
            "start": 828235162,
            "stop": 828239227
        },
        {
            "start": 828239337,
            "stop": 828239500
        },
        {
            "start": 828239800,
            "stop": 828246222
        },
        {
            "start": 828257369,
            "stop": 828265751
        },
        {
            "start": 828266051,
            "stop": 828281973
        },
        {
            "start": 828282273,
            "stop": 828284926
        },
        {
            "start": 828340389,
            "stop": 828342784
        },
        {
            "start": 828347390,
            "stop": 828347394
        },
        {
            "start": 828347504,
            "stop": 828347557
        },
        {
            "start": 828347857,
            "stop": 828357928
        },
        {
            "start": 828360736,
            "stop": 828360955
        }
    ]
}