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=1740
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=1741",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1739",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1740,
    "results": [
        {
            "start": 958623688,
            "stop": 958623703
        },
        {
            "start": 958623706,
            "stop": 958623718
        },
        {
            "start": 958623722,
            "stop": 958623725
        },
        {
            "start": 958623727,
            "stop": 958623732
        },
        {
            "start": 958623735,
            "stop": 958623737
        },
        {
            "start": 958623739,
            "stop": 958623801
        },
        {
            "start": 958623803,
            "stop": 958623892
        },
        {
            "start": 958623895,
            "stop": 958624160
        },
        {
            "start": 958624162,
            "stop": 958624170
        },
        {
            "start": 958624174,
            "stop": 958624332
        },
        {
            "start": 958624334,
            "stop": 958624401
        },
        {
            "start": 958624404,
            "stop": 958624406
        },
        {
            "start": 958624409,
            "stop": 958624480
        },
        {
            "start": 958624482,
            "stop": 958624640
        },
        {
            "start": 958624642,
            "stop": 958624673
        },
        {
            "start": 958624675,
            "stop": 958624679
        },
        {
            "start": 958624681,
            "stop": 958624740
        },
        {
            "start": 958624744,
            "stop": 958624748
        },
        {
            "start": 958624749,
            "stop": 958625200
        },
        {
            "start": 958625203,
            "stop": 958625386
        }
    ]
}