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/O4b/timelines/H1_BURST_CAT2/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/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=97",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 98,
    "results": [
        {
            "start": 1411989587,
            "stop": 1411996278
        },
        {
            "start": 1411996282,
            "stop": 1411999873
        },
        {
            "start": 1411999878,
            "stop": 1412000301
        },
        {
            "start": 1412027387,
            "stop": 1412029185
        },
        {
            "start": 1412034247,
            "stop": 1412036761
        },
        {
            "start": 1412036765,
            "stop": 1412039415
        },
        {
            "start": 1412039419,
            "stop": 1412048861
        },
        {
            "start": 1412048873,
            "stop": 1412048878
        },
        {
            "start": 1412048918,
            "stop": 1412050256
        },
        {
            "start": 1412050261,
            "stop": 1412051885
        },
        {
            "start": 1412051890,
            "stop": 1412054876
        },
        {
            "start": 1412054881,
            "stop": 1412064044
        },
        {
            "start": 1412069604,
            "stop": 1412075065
        },
        {
            "start": 1412075069,
            "stop": 1412077186
        },
        {
            "start": 1412081053,
            "stop": 1412082888
        },
        {
            "start": 1412082893,
            "stop": 1412084417
        },
        {
            "start": 1412088365,
            "stop": 1412089892
        },
        {
            "start": 1412089897,
            "stop": 1412090979
        },
        {
            "start": 1412090984,
            "stop": 1412092623
        },
        {
            "start": 1412099492,
            "stop": 1412100042
        }
    ]
}