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=192
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=193",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=191",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 192,
    "results": [
        {
            "start": 1239903082,
            "stop": 1239903132
        },
        {
            "start": 1239903135,
            "stop": 1239904039
        },
        {
            "start": 1239904040,
            "stop": 1239904041
        },
        {
            "start": 1239904042,
            "stop": 1239904095
        },
        {
            "start": 1239904096,
            "stop": 1239904098
        },
        {
            "start": 1239904100,
            "stop": 1239904428
        },
        {
            "start": 1239904430,
            "stop": 1239904435
        },
        {
            "start": 1239904438,
            "stop": 1239904439
        },
        {
            "start": 1239904441,
            "stop": 1239904456
        },
        {
            "start": 1239904457,
            "stop": 1239904915
        },
        {
            "start": 1239904916,
            "stop": 1239905056
        },
        {
            "start": 1239905059,
            "stop": 1239905089
        },
        {
            "start": 1239905091,
            "stop": 1239905857
        },
        {
            "start": 1239905860,
            "stop": 1239905899
        },
        {
            "start": 1239905902,
            "stop": 1239906172
        },
        {
            "start": 1239906175,
            "stop": 1239906369
        },
        {
            "start": 1239906370,
            "stop": 1239906713
        },
        {
            "start": 1239906716,
            "stop": 1239907005
        },
        {
            "start": 1239907008,
            "stop": 1239907361
        },
        {
            "start": 1239907363,
            "stop": 1239907689
        }
    ]
}