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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=83",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 84,
    "results": [
        {
            "start": 826123296,
            "stop": 826125248
        },
        {
            "start": 826125280,
            "stop": 826127293
        },
        {
            "start": 826130124,
            "stop": 826135489
        },
        {
            "start": 826138554,
            "stop": 826138666
        },
        {
            "start": 826139519,
            "stop": 826142154
        },
        {
            "start": 826146811,
            "stop": 826148823
        },
        {
            "start": 826150137,
            "stop": 826150639
        },
        {
            "start": 826150643,
            "stop": 826152646
        },
        {
            "start": 826152647,
            "stop": 826158848
        },
        {
            "start": 826158880,
            "stop": 826159424
        },
        {
            "start": 826159456,
            "stop": 826160288
        },
        {
            "start": 826160320,
            "stop": 826168448
        },
        {
            "start": 826168480,
            "stop": 826169160
        },
        {
            "start": 826172078,
            "stop": 826172353
        },
        {
            "start": 826174029,
            "stop": 826178752
        },
        {
            "start": 826178784,
            "stop": 826182013
        },
        {
            "start": 826187694,
            "stop": 826191328
        },
        {
            "start": 826191360,
            "stop": 826191424
        },
        {
            "start": 826191456,
            "stop": 826191584
        },
        {
            "start": 826191616,
            "stop": 826194433
        }
    ]
}