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=29357
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=29358",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29356",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29357,
    "results": [
        {
            "start": 971257587,
            "stop": 971257598
        },
        {
            "start": 971257599,
            "stop": 971257609
        },
        {
            "start": 971257611,
            "stop": 971257616
        },
        {
            "start": 971257618,
            "stop": 971257619
        },
        {
            "start": 971257620,
            "stop": 971257622
        },
        {
            "start": 971257623,
            "stop": 971257624
        },
        {
            "start": 971257627,
            "stop": 971257631
        },
        {
            "start": 971257635,
            "stop": 971257637
        },
        {
            "start": 971257639,
            "stop": 971257645
        },
        {
            "start": 971257646,
            "stop": 971257651
        },
        {
            "start": 971257656,
            "stop": 971257658
        },
        {
            "start": 971257659,
            "stop": 971257675
        },
        {
            "start": 971257680,
            "stop": 971257689
        },
        {
            "start": 971257690,
            "stop": 971257700
        },
        {
            "start": 971257702,
            "stop": 971257706
        },
        {
            "start": 971257708,
            "stop": 971257727
        },
        {
            "start": 971257728,
            "stop": 971257732
        },
        {
            "start": 971257736,
            "stop": 971257742
        },
        {
            "start": 971257743,
            "stop": 971257761
        },
        {
            "start": 971257762,
            "stop": 971257764
        }
    ]
}