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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=163",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 164,
    "results": [
        {
            "start": 1239819651,
            "stop": 1239819653
        },
        {
            "start": 1239819654,
            "stop": 1239819690
        },
        {
            "start": 1239819691,
            "stop": 1239819694
        },
        {
            "start": 1239819695,
            "stop": 1239819718
        },
        {
            "start": 1239819721,
            "stop": 1239819947
        },
        {
            "start": 1239819948,
            "stop": 1239819951
        },
        {
            "start": 1239819952,
            "stop": 1239820260
        },
        {
            "start": 1239820262,
            "stop": 1239820403
        },
        {
            "start": 1239820404,
            "stop": 1239820516
        },
        {
            "start": 1239820517,
            "stop": 1239820609
        },
        {
            "start": 1239820610,
            "stop": 1239820624
        },
        {
            "start": 1239820625,
            "stop": 1239820631
        },
        {
            "start": 1239820632,
            "stop": 1239820649
        },
        {
            "start": 1239820650,
            "stop": 1239820653
        },
        {
            "start": 1239820654,
            "stop": 1239821093
        },
        {
            "start": 1239821094,
            "stop": 1239821095
        },
        {
            "start": 1239821096,
            "stop": 1239821132
        },
        {
            "start": 1239821133,
            "stop": 1239821250
        },
        {
            "start": 1239821258,
            "stop": 1239821278
        },
        {
            "start": 1239821281,
            "stop": 1239821383
        }
    ]
}