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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=535",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=533",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 534,
    "results": [
        {
            "start": 1262800313,
            "stop": 1262800327
        },
        {
            "start": 1262800330,
            "stop": 1262800335
        },
        {
            "start": 1262800338,
            "stop": 1262800426
        },
        {
            "start": 1262800429,
            "stop": 1262800448
        },
        {
            "start": 1262800451,
            "stop": 1262800457
        },
        {
            "start": 1262800460,
            "stop": 1262800520
        },
        {
            "start": 1262800523,
            "stop": 1262800532
        },
        {
            "start": 1262800540,
            "stop": 1262800615
        },
        {
            "start": 1262800618,
            "stop": 1262800659
        },
        {
            "start": 1262800662,
            "stop": 1262800668
        },
        {
            "start": 1262800671,
            "stop": 1262800676
        },
        {
            "start": 1262800679,
            "stop": 1262800698
        },
        {
            "start": 1262800701,
            "stop": 1262800713
        },
        {
            "start": 1262800716,
            "stop": 1262800761
        },
        {
            "start": 1262800764,
            "stop": 1262800951
        },
        {
            "start": 1262800954,
            "stop": 1262800998
        },
        {
            "start": 1262801001,
            "stop": 1262801040
        },
        {
            "start": 1262801043,
            "stop": 1262801048
        },
        {
            "start": 1262801051,
            "stop": 1262801098
        },
        {
            "start": 1262801101,
            "stop": 1262801106
        }
    ]
}