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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=665",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=663",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 664,
    "results": [
        {
            "start": 1248307426,
            "stop": 1248308738
        },
        {
            "start": 1248308739,
            "stop": 1248308980
        },
        {
            "start": 1248308985,
            "stop": 1248309811
        },
        {
            "start": 1248309815,
            "stop": 1248310240
        },
        {
            "start": 1248310248,
            "stop": 1248314096
        },
        {
            "start": 1248314100,
            "stop": 1248318048
        },
        {
            "start": 1248318056,
            "stop": 1248320437
        },
        {
            "start": 1248320441,
            "stop": 1248321370
        },
        {
            "start": 1248321373,
            "stop": 1248321994
        },
        {
            "start": 1248321998,
            "stop": 1248324063
        },
        {
            "start": 1248324067,
            "stop": 1248325691
        },
        {
            "start": 1248325696,
            "stop": 1248326322
        },
        {
            "start": 1248326326,
            "stop": 1248327897
        },
        {
            "start": 1248327905,
            "stop": 1248331730
        },
        {
            "start": 1248331733,
            "stop": 1248333131
        },
        {
            "start": 1248333134,
            "stop": 1248335601
        },
        {
            "start": 1248335609,
            "stop": 1248336243
        },
        {
            "start": 1248336246,
            "stop": 1248338007
        },
        {
            "start": 1248338011,
            "stop": 1248345044
        },
        {
            "start": 1248345049,
            "stop": 1248346464
        }
    ]
}