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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1764",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1762",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1763,
    "results": [
        {
            "start": 958736431,
            "stop": 958736436
        },
        {
            "start": 958736438,
            "stop": 958736441
        },
        {
            "start": 958736444,
            "stop": 958736445
        },
        {
            "start": 958736447,
            "stop": 958736449
        },
        {
            "start": 958736454,
            "stop": 958736576
        },
        {
            "start": 958736580,
            "stop": 958736582
        },
        {
            "start": 958736590,
            "stop": 958736591
        },
        {
            "start": 958736593,
            "stop": 958736595
        },
        {
            "start": 958736598,
            "stop": 958736602
        },
        {
            "start": 958736606,
            "stop": 958736614
        },
        {
            "start": 958736616,
            "stop": 958736621
        },
        {
            "start": 958736629,
            "stop": 958736641
        },
        {
            "start": 958736647,
            "stop": 958736681
        },
        {
            "start": 958736683,
            "stop": 958736691
        },
        {
            "start": 958736693,
            "stop": 958736695
        },
        {
            "start": 958736697,
            "stop": 958736719
        },
        {
            "start": 958736721,
            "stop": 958736814
        },
        {
            "start": 958736817,
            "stop": 958736833
        },
        {
            "start": 958736840,
            "stop": 958736843
        },
        {
            "start": 958736844,
            "stop": 958736848
        }
    ]
}