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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_STOCH_CAT1/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_STOCH_CAT1/segments?format=api&page=7",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 8,
    "results": [
        {
            "start": 1399835263,
            "stop": 1399842622
        },
        {
            "start": 1399845824,
            "stop": 1399910455
        },
        {
            "start": 1399953915,
            "stop": 1399954108
        },
        {
            "start": 1399954656,
            "stop": 1399978207
        },
        {
            "start": 1399978453,
            "stop": 1399996900
        },
        {
            "start": 1400025328,
            "stop": 1400026598
        },
        {
            "start": 1400038749,
            "stop": 1400047142
        },
        {
            "start": 1400047762,
            "stop": 1400078454
        },
        {
            "start": 1400102152,
            "stop": 1400109694
        },
        {
            "start": 1400118479,
            "stop": 1400121459
        },
        {
            "start": 1400197402,
            "stop": 1400198069
        },
        {
            "start": 1400198197,
            "stop": 1400198725
        },
        {
            "start": 1400199474,
            "stop": 1400201884
        },
        {
            "start": 1400205912,
            "stop": 1400207839
        },
        {
            "start": 1400213857,
            "stop": 1400214924
        },
        {
            "start": 1400215678,
            "stop": 1400219469
        },
        {
            "start": 1400222996,
            "stop": 1400242458
        },
        {
            "start": 1400249386,
            "stop": 1400256031
        },
        {
            "start": 1400275178,
            "stop": 1400285528
        },
        {
            "start": 1400286106,
            "stop": 1400293913
        }
    ]
}