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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=156",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 157,
    "results": [
        {
            "start": 1418745981,
            "stop": 1418746018
        },
        {
            "start": 1418746023,
            "stop": 1418746058
        },
        {
            "start": 1418746063,
            "stop": 1418746099
        },
        {
            "start": 1418746104,
            "stop": 1418746129
        },
        {
            "start": 1418746134,
            "stop": 1418746153
        },
        {
            "start": 1418746158,
            "stop": 1418746207
        },
        {
            "start": 1418746212,
            "stop": 1418746230
        },
        {
            "start": 1418746235,
            "stop": 1418746287
        },
        {
            "start": 1418746292,
            "stop": 1418746294
        },
        {
            "start": 1418746299,
            "stop": 1418747338
        },
        {
            "start": 1418747343,
            "stop": 1418747398
        },
        {
            "start": 1418747403,
            "stop": 1418747419
        },
        {
            "start": 1418747424,
            "stop": 1418747437
        },
        {
            "start": 1418747442,
            "stop": 1418747490
        },
        {
            "start": 1418747495,
            "stop": 1418747506
        },
        {
            "start": 1418747511,
            "stop": 1418748914
        },
        {
            "start": 1418748919,
            "stop": 1418751245
        },
        {
            "start": 1418751250,
            "stop": 1418754118
        },
        {
            "start": 1418754123,
            "stop": 1418754960
        },
        {
            "start": 1418754965,
            "stop": 1418756681
        }
    ]
}