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=1679
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=1680",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1678",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1679,
    "results": [
        {
            "start": 957454050,
            "stop": 957454879
        },
        {
            "start": 957455243,
            "stop": 957456096
        },
        {
            "start": 957456098,
            "stop": 957456573
        },
        {
            "start": 957456575,
            "stop": 957456754
        },
        {
            "start": 957456756,
            "stop": 957456855
        },
        {
            "start": 957456856,
            "stop": 957457837
        },
        {
            "start": 957457839,
            "stop": 957457850
        },
        {
            "start": 957461163,
            "stop": 957462203
        },
        {
            "start": 957462205,
            "stop": 957462655
        },
        {
            "start": 957462657,
            "stop": 957464213
        },
        {
            "start": 957464215,
            "stop": 957465027
        },
        {
            "start": 957465028,
            "stop": 957465832
        },
        {
            "start": 957465834,
            "stop": 957465934
        },
        {
            "start": 957465936,
            "stop": 957466016
        },
        {
            "start": 957466018,
            "stop": 957466065
        },
        {
            "start": 957466068,
            "stop": 957466240
        },
        {
            "start": 957466242,
            "stop": 957466305
        },
        {
            "start": 957466307,
            "stop": 957466371
        },
        {
            "start": 957466373,
            "stop": 957466693
        },
        {
            "start": 957466695,
            "stop": 957467289
        }
    ]
}