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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29364",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29362",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29363,
    "results": [
        {
            "start": 971258579,
            "stop": 971258592
        },
        {
            "start": 971258594,
            "stop": 971258598
        },
        {
            "start": 971258599,
            "stop": 971258600
        },
        {
            "start": 971258601,
            "stop": 971258602
        },
        {
            "start": 971258604,
            "stop": 971258605
        },
        {
            "start": 971258607,
            "stop": 971258613
        },
        {
            "start": 971258614,
            "stop": 971258617
        },
        {
            "start": 971258620,
            "stop": 971258622
        },
        {
            "start": 971258623,
            "stop": 971258633
        },
        {
            "start": 971258636,
            "stop": 971258639
        },
        {
            "start": 971258641,
            "stop": 971258643
        },
        {
            "start": 971258644,
            "stop": 971258645
        },
        {
            "start": 971258648,
            "stop": 971258649
        },
        {
            "start": 971258651,
            "stop": 971258660
        },
        {
            "start": 971258661,
            "stop": 971258667
        },
        {
            "start": 971258668,
            "stop": 971258675
        },
        {
            "start": 971258676,
            "stop": 971258686
        },
        {
            "start": 971258688,
            "stop": 971258711
        },
        {
            "start": 971258713,
            "stop": 971258720
        },
        {
            "start": 971258721,
            "stop": 971258732
        }
    ]
}