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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=377",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=375",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 376,
    "results": [
        {
            "start": 1260935581,
            "stop": 1260935622
        },
        {
            "start": 1260935625,
            "stop": 1260935683
        },
        {
            "start": 1260935686,
            "stop": 1260935699
        },
        {
            "start": 1260935702,
            "stop": 1260935934
        },
        {
            "start": 1260935937,
            "stop": 1260936604
        },
        {
            "start": 1260936607,
            "stop": 1260936620
        },
        {
            "start": 1260936623,
            "stop": 1260936837
        },
        {
            "start": 1260936840,
            "stop": 1260936900
        },
        {
            "start": 1260936903,
            "stop": 1260937104
        },
        {
            "start": 1260937107,
            "stop": 1260937234
        },
        {
            "start": 1260937237,
            "stop": 1260937360
        },
        {
            "start": 1260937363,
            "stop": 1260937583
        },
        {
            "start": 1260937586,
            "stop": 1260937750
        },
        {
            "start": 1260937753,
            "stop": 1260937970
        },
        {
            "start": 1260937973,
            "stop": 1260937977
        },
        {
            "start": 1260937980,
            "stop": 1260937989
        },
        {
            "start": 1260937992,
            "stop": 1260938187
        },
        {
            "start": 1260938190,
            "stop": 1260938197
        },
        {
            "start": 1260938200,
            "stop": 1260938268
        },
        {
            "start": 1260938270,
            "stop": 1260938386
        }
    ]
}