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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=652",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=650",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 651,
    "results": [
        {
            "start": 852501462,
            "stop": 852502302
        },
        {
            "start": 852503144,
            "stop": 852503234
        },
        {
            "start": 852509994,
            "stop": 852511254
        },
        {
            "start": 852511495,
            "stop": 852515755
        },
        {
            "start": 852515845,
            "stop": 852515905
        },
        {
            "start": 852515965,
            "stop": 852516085
        },
        {
            "start": 852516115,
            "stop": 852516175
        },
        {
            "start": 852516379,
            "stop": 852516799
        },
        {
            "start": 852516829,
            "stop": 852517309
        },
        {
            "start": 852517339,
            "stop": 852518059
        },
        {
            "start": 852518201,
            "stop": 852519641
        },
        {
            "start": 852519851,
            "stop": 852520481
        },
        {
            "start": 852520511,
            "stop": 852520661
        },
        {
            "start": 852521864,
            "stop": 852525464
        },
        {
            "start": 852525554,
            "stop": 852525614
        },
        {
            "start": 852525644,
            "stop": 852533024
        },
        {
            "start": 852533611,
            "stop": 852534151
        },
        {
            "start": 852534241,
            "stop": 852534481
        },
        {
            "start": 852534714,
            "stop": 852534864
        },
        {
            "start": 852534894,
            "stop": 852535014
        }
    ]
}