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=29404
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=29405",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29403",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29404,
    "results": [
        {
            "start": 971409639,
            "stop": 971409641
        },
        {
            "start": 971409642,
            "stop": 971409643
        },
        {
            "start": 971409646,
            "stop": 971409647
        },
        {
            "start": 971409649,
            "stop": 971409660
        },
        {
            "start": 971409661,
            "stop": 971409664
        },
        {
            "start": 971409665,
            "stop": 971409676
        },
        {
            "start": 971409678,
            "stop": 971409681
        },
        {
            "start": 971409684,
            "stop": 971409685
        },
        {
            "start": 971409687,
            "stop": 971409689
        },
        {
            "start": 971409691,
            "stop": 971409693
        },
        {
            "start": 971409694,
            "stop": 971409695
        },
        {
            "start": 971409697,
            "stop": 971409706
        },
        {
            "start": 971409708,
            "stop": 971409710
        },
        {
            "start": 971409713,
            "stop": 971409715
        },
        {
            "start": 971409716,
            "stop": 971409717
        },
        {
            "start": 971409719,
            "stop": 971409724
        },
        {
            "start": 971409725,
            "stop": 971409727
        },
        {
            "start": 971409730,
            "stop": 971409733
        },
        {
            "start": 971409734,
            "stop": 971409737
        },
        {
            "start": 971409739,
            "stop": 971409750
        }
    ]
}