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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=258",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 259,
    "results": [
        {
            "start": 829761248,
            "stop": 829761428
        },
        {
            "start": 829762131,
            "stop": 829762431
        },
        {
            "start": 829762602,
            "stop": 829763382
        },
        {
            "start": 829766639,
            "stop": 829766999
        },
        {
            "start": 829767345,
            "stop": 829767795
        },
        {
            "start": 829768287,
            "stop": 829768407
        },
        {
            "start": 829768596,
            "stop": 829769316
        },
        {
            "start": 829769473,
            "stop": 829770613
        },
        {
            "start": 829770757,
            "stop": 829771387
        },
        {
            "start": 829771537,
            "stop": 829771837
        },
        {
            "start": 829771986,
            "stop": 829772106
        },
        {
            "start": 829772244,
            "stop": 829772484
        },
        {
            "start": 829772678,
            "stop": 829772918
        },
        {
            "start": 829773074,
            "stop": 829773734
        },
        {
            "start": 829774022,
            "stop": 829774622
        },
        {
            "start": 829774773,
            "stop": 829774953
        },
        {
            "start": 829775125,
            "stop": 829775845
        },
        {
            "start": 829776179,
            "stop": 829777529
        },
        {
            "start": 829777619,
            "stop": 829778639
        },
        {
            "start": 829778815,
            "stop": 829780915
        }
    ]
}