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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1392",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1390",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1391,
    "results": [
        {
            "start": 843901283,
            "stop": 843901702
        },
        {
            "start": 843901705,
            "stop": 843901763
        },
        {
            "start": 843901766,
            "stop": 843901838
        },
        {
            "start": 843901841,
            "stop": 843903058
        },
        {
            "start": 843903061,
            "stop": 843905486
        },
        {
            "start": 843905489,
            "stop": 843905632
        },
        {
            "start": 843905635,
            "stop": 843906028
        },
        {
            "start": 843906031,
            "stop": 843906141
        },
        {
            "start": 843906144,
            "stop": 843906730
        },
        {
            "start": 843906733,
            "stop": 843909097
        },
        {
            "start": 843909100,
            "stop": 843909315
        },
        {
            "start": 843909318,
            "stop": 843909585
        },
        {
            "start": 843909588,
            "stop": 843909942
        },
        {
            "start": 843909945,
            "stop": 843911088
        },
        {
            "start": 843911091,
            "stop": 843915796
        },
        {
            "start": 843915799,
            "stop": 843917433
        },
        {
            "start": 843917436,
            "stop": 843921314
        },
        {
            "start": 843921317,
            "stop": 843922785
        },
        {
            "start": 843947015,
            "stop": 843948868
        },
        {
            "start": 843949355,
            "stop": 843949446
        }
    ]
}