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=7
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=8",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=6",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 7,
    "results": [
        {
            "start": 1397478284,
            "stop": 1397487784
        },
        {
            "start": 1397507668,
            "stop": 1397507683
        },
        {
            "start": 1397507688,
            "stop": 1397518295
        },
        {
            "start": 1397518302,
            "stop": 1397522533
        },
        {
            "start": 1397522540,
            "stop": 1397523740
        },
        {
            "start": 1397528639,
            "stop": 1397530898
        },
        {
            "start": 1397530905,
            "stop": 1397535309
        },
        {
            "start": 1397535313,
            "stop": 1397537791
        },
        {
            "start": 1397537794,
            "stop": 1397537833
        },
        {
            "start": 1397543013,
            "stop": 1397556349
        },
        {
            "start": 1397556352,
            "stop": 1397556875
        },
        {
            "start": 1397556881,
            "stop": 1397567943
        },
        {
            "start": 1397567947,
            "stop": 1397577969
        },
        {
            "start": 1397577975,
            "stop": 1397584316
        },
        {
            "start": 1397584319,
            "stop": 1397588418
        },
        {
            "start": 1397603752,
            "stop": 1397611053
        },
        {
            "start": 1397611060,
            "stop": 1397621958
        },
        {
            "start": 1397622318,
            "stop": 1397625807
        },
        {
            "start": 1397625814,
            "stop": 1397628583
        },
        {
            "start": 1397628590,
            "stop": 1397645550
        }
    ]
}