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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=519",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=517",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 518,
    "results": [
        {
            "start": 826119811,
            "stop": 826127293
        },
        {
            "start": 826130124,
            "stop": 826135489
        },
        {
            "start": 826138554,
            "stop": 826138666
        },
        {
            "start": 826139519,
            "stop": 826142154
        },
        {
            "start": 826146811,
            "stop": 826148823
        },
        {
            "start": 826150137,
            "stop": 826150640
        },
        {
            "start": 826150642,
            "stop": 826152646
        },
        {
            "start": 826152647,
            "stop": 826169160
        },
        {
            "start": 826172078,
            "stop": 826172353
        },
        {
            "start": 826174029,
            "stop": 826176783
        },
        {
            "start": 826177333,
            "stop": 826177675
        },
        {
            "start": 826178128,
            "stop": 826178139
        },
        {
            "start": 826179184,
            "stop": 826179506
        },
        {
            "start": 826180198,
            "stop": 826180304
        },
        {
            "start": 826180858,
            "stop": 826181050
        },
        {
            "start": 826181370,
            "stop": 826181432
        },
        {
            "start": 826181832,
            "stop": 826182013
        },
        {
            "start": 826187694,
            "stop": 826189239
        },
        {
            "start": 826189788,
            "stop": 826190475
        },
        {
            "start": 826191040,
            "stop": 826191164
        }
    ]
}