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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=831",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=829",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 830,
    "results": [
        {
            "start": 1250378138,
            "stop": 1250378144
        },
        {
            "start": 1250378147,
            "stop": 1250378150
        },
        {
            "start": 1250378152,
            "stop": 1250378166
        },
        {
            "start": 1250378171,
            "stop": 1250378245
        },
        {
            "start": 1250378250,
            "stop": 1250378254
        },
        {
            "start": 1250378258,
            "stop": 1250378286
        },
        {
            "start": 1250378287,
            "stop": 1250378705
        },
        {
            "start": 1250378710,
            "stop": 1250378843
        },
        {
            "start": 1250378845,
            "stop": 1250378910
        },
        {
            "start": 1250378913,
            "stop": 1250378920
        },
        {
            "start": 1250378921,
            "stop": 1250378948
        },
        {
            "start": 1250378950,
            "stop": 1250378956
        },
        {
            "start": 1250378963,
            "stop": 1250378972
        },
        {
            "start": 1250378976,
            "stop": 1250378980
        },
        {
            "start": 1250378985,
            "stop": 1250379655
        },
        {
            "start": 1250379660,
            "stop": 1250379662
        },
        {
            "start": 1250379667,
            "stop": 1250379672
        },
        {
            "start": 1250379677,
            "stop": 1250379681
        },
        {
            "start": 1250379686,
            "stop": 1250379689
        },
        {
            "start": 1250379694,
            "stop": 1250379698
        }
    ]
}