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=686
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=687",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=685",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 686,
    "results": [
        {
            "start": 1248711568,
            "stop": 1248715845
        },
        {
            "start": 1248734852,
            "stop": 1248735773
        },
        {
            "start": 1248735777,
            "stop": 1248736219
        },
        {
            "start": 1248736222,
            "stop": 1248736648
        },
        {
            "start": 1248743583,
            "stop": 1248744706
        },
        {
            "start": 1248744709,
            "stop": 1248745219
        },
        {
            "start": 1248745221,
            "stop": 1248745544
        },
        {
            "start": 1248745548,
            "stop": 1248746749
        },
        {
            "start": 1248746753,
            "stop": 1248746757
        },
        {
            "start": 1248746759,
            "stop": 1248746825
        },
        {
            "start": 1248746830,
            "stop": 1248750883
        },
        {
            "start": 1248750886,
            "stop": 1248751525
        },
        {
            "start": 1248751535,
            "stop": 1248752609
        },
        {
            "start": 1248752612,
            "stop": 1248752818
        },
        {
            "start": 1248752822,
            "stop": 1248753752
        },
        {
            "start": 1248753754,
            "stop": 1248754468
        },
        {
            "start": 1248754470,
            "stop": 1248755024
        },
        {
            "start": 1248755027,
            "stop": 1248756460
        },
        {
            "start": 1248756463,
            "stop": 1248756470
        },
        {
            "start": 1248756473,
            "stop": 1248757355
        }
    ]
}