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=1020
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=1021",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1019",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1020,
    "results": [
        {
            "start": 871934372,
            "stop": 871934612
        },
        {
            "start": 871935020,
            "stop": 871935260
        },
        {
            "start": 871935499,
            "stop": 871935979
        },
        {
            "start": 871936128,
            "stop": 871936728
        },
        {
            "start": 871936871,
            "stop": 871936931
        },
        {
            "start": 871937212,
            "stop": 871937392
        },
        {
            "start": 871937552,
            "stop": 871937792
        },
        {
            "start": 871937968,
            "stop": 871938208
        },
        {
            "start": 871938370,
            "stop": 871939810
        },
        {
            "start": 871940138,
            "stop": 871942508
        },
        {
            "start": 871942658,
            "stop": 871943318
        },
        {
            "start": 871943693,
            "stop": 871944473
        },
        {
            "start": 871944632,
            "stop": 871945352
        },
        {
            "start": 871945509,
            "stop": 871945989
        },
        {
            "start": 871946139,
            "stop": 871950429
        },
        {
            "start": 871950648,
            "stop": 871950918
        },
        {
            "start": 871951068,
            "stop": 871956648
        },
        {
            "start": 871958919,
            "stop": 871960689
        },
        {
            "start": 871960839,
            "stop": 871963479
        },
        {
            "start": 871963621,
            "stop": 871963921
        }
    ]
}