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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=483",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=481",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 482,
    "results": [
        {
            "start": 1262240908,
            "stop": 1262241311
        },
        {
            "start": 1262241314,
            "stop": 1262241390
        },
        {
            "start": 1262241393,
            "stop": 1262241531
        },
        {
            "start": 1262241534,
            "stop": 1262242226
        },
        {
            "start": 1262242229,
            "stop": 1262242514
        },
        {
            "start": 1262242517,
            "stop": 1262243328
        },
        {
            "start": 1262243331,
            "stop": 1262245844
        },
        {
            "start": 1262245847,
            "stop": 1262249218
        },
        {
            "start": 1262249220,
            "stop": 1262250524
        },
        {
            "start": 1262250527,
            "stop": 1262253002
        },
        {
            "start": 1262253005,
            "stop": 1262255592
        },
        {
            "start": 1262255595,
            "stop": 1262258455
        },
        {
            "start": 1262258458,
            "stop": 1262262647
        },
        {
            "start": 1262262650,
            "stop": 1262267666
        },
        {
            "start": 1262267669,
            "stop": 1262267753
        },
        {
            "start": 1262267756,
            "stop": 1262268266
        },
        {
            "start": 1262268269,
            "stop": 1262270897
        },
        {
            "start": 1262270899,
            "stop": 1262273152
        },
        {
            "start": 1262273155,
            "stop": 1262273895
        },
        {
            "start": 1262273898,
            "stop": 1262275460
        }
    ]
}