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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=346",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=344",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 345,
    "results": [
        {
            "start": 1264157642,
            "stop": 1264158211
        },
        {
            "start": 1264158213,
            "stop": 1264158760
        },
        {
            "start": 1264158762,
            "stop": 1264160186
        },
        {
            "start": 1264160188,
            "stop": 1264160274
        },
        {
            "start": 1264160276,
            "stop": 1264160294
        },
        {
            "start": 1264160296,
            "stop": 1264160698
        },
        {
            "start": 1264160700,
            "stop": 1264160754
        },
        {
            "start": 1264160757,
            "stop": 1264160805
        },
        {
            "start": 1264160807,
            "stop": 1264160858
        },
        {
            "start": 1264160860,
            "stop": 1264160968
        },
        {
            "start": 1264160970,
            "stop": 1264161055
        },
        {
            "start": 1264161057,
            "stop": 1264161100
        },
        {
            "start": 1264161102,
            "stop": 1264161110
        },
        {
            "start": 1264161111,
            "stop": 1264161225
        },
        {
            "start": 1264161228,
            "stop": 1264161379
        },
        {
            "start": 1264161380,
            "stop": 1264161489
        },
        {
            "start": 1264161491,
            "stop": 1264161493
        },
        {
            "start": 1264161494,
            "stop": 1264161497
        },
        {
            "start": 1264161499,
            "stop": 1264161664
        },
        {
            "start": 1264161666,
            "stop": 1264161671
        }
    ]
}