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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=33",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 34,
    "results": [
        {
            "start": 1400250014,
            "stop": 1400251668
        },
        {
            "start": 1400251732,
            "stop": 1400252337
        },
        {
            "start": 1400253640,
            "stop": 1400256037
        },
        {
            "start": 1400266770,
            "stop": 1400267572
        },
        {
            "start": 1400267576,
            "stop": 1400267631
        },
        {
            "start": 1400267634,
            "stop": 1400274406
        },
        {
            "start": 1400274470,
            "stop": 1400276726
        },
        {
            "start": 1400276790,
            "stop": 1400282622
        },
        {
            "start": 1400282686,
            "stop": 1400287273
        },
        {
            "start": 1400287276,
            "stop": 1400297582
        },
        {
            "start": 1400297646,
            "stop": 1400298166
        },
        {
            "start": 1400298214,
            "stop": 1400299758
        },
        {
            "start": 1400299822,
            "stop": 1400303463
        },
        {
            "start": 1400303468,
            "stop": 1400303502
        },
        {
            "start": 1400303550,
            "stop": 1400304284
        },
        {
            "start": 1400304288,
            "stop": 1400304484
        },
        {
            "start": 1400304487,
            "stop": 1400306393
        },
        {
            "start": 1400306399,
            "stop": 1400306694
        },
        {
            "start": 1400306699,
            "stop": 1400315310
        },
        {
            "start": 1400315358,
            "stop": 1400315990
        }
    ]
}