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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29280",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29278",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29279,
    "results": [
        {
            "start": 971178582,
            "stop": 971178583
        },
        {
            "start": 971178585,
            "stop": 971178586
        },
        {
            "start": 971178592,
            "stop": 971178593
        },
        {
            "start": 971178594,
            "stop": 971178597
        },
        {
            "start": 971178598,
            "stop": 971178602
        },
        {
            "start": 971178606,
            "stop": 971178607
        },
        {
            "start": 971178608,
            "stop": 971178614
        },
        {
            "start": 971178620,
            "stop": 971178630
        },
        {
            "start": 971178631,
            "stop": 971178634
        },
        {
            "start": 971178635,
            "stop": 971178641
        },
        {
            "start": 971178643,
            "stop": 971178644
        },
        {
            "start": 971178654,
            "stop": 971178655
        },
        {
            "start": 971178656,
            "stop": 971178657
        },
        {
            "start": 971178658,
            "stop": 971178659
        },
        {
            "start": 971178663,
            "stop": 971178665
        },
        {
            "start": 971178666,
            "stop": 971178667
        },
        {
            "start": 971178669,
            "stop": 971178670
        },
        {
            "start": 971178672,
            "stop": 971178675
        },
        {
            "start": 971178678,
            "stop": 971178683
        },
        {
            "start": 971178684,
            "stop": 971178687
        }
    ]
}