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=281
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=282",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=280",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 281,
    "results": [
        {
            "start": 931530489,
            "stop": 931530499
        },
        {
            "start": 931530501,
            "stop": 931530510
        },
        {
            "start": 931530513,
            "stop": 931530514
        },
        {
            "start": 931530516,
            "stop": 931530546
        },
        {
            "start": 931530548,
            "stop": 931530554
        },
        {
            "start": 931530555,
            "stop": 931530574
        },
        {
            "start": 931530576,
            "stop": 931530583
        },
        {
            "start": 931530585,
            "stop": 931530601
        },
        {
            "start": 931530603,
            "stop": 931530608
        },
        {
            "start": 931530610,
            "stop": 931530616
        },
        {
            "start": 931530618,
            "stop": 931530631
        },
        {
            "start": 931530633,
            "stop": 931530643
        },
        {
            "start": 931530645,
            "stop": 931530648
        },
        {
            "start": 931530649,
            "stop": 931530659
        },
        {
            "start": 931530661,
            "stop": 931530675
        },
        {
            "start": 931530677,
            "stop": 931530683
        },
        {
            "start": 931530685,
            "stop": 931530687
        },
        {
            "start": 931530689,
            "stop": 931530696
        },
        {
            "start": 931530700,
            "stop": 931530702
        },
        {
            "start": 931530705,
            "stop": 931530706
        }
    ]
}