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=192
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=193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=191",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 192,
    "results": [
        {
            "start": 826294613,
            "stop": 826294673
        },
        {
            "start": 826302229,
            "stop": 826302289
        },
        {
            "start": 826302840,
            "stop": 826302960
        },
        {
            "start": 826303191,
            "stop": 826303431
        },
        {
            "start": 826304596,
            "stop": 826304716
        },
        {
            "start": 826305336,
            "stop": 826305396
        },
        {
            "start": 826305542,
            "stop": 826305722
        },
        {
            "start": 826305895,
            "stop": 826306015
        },
        {
            "start": 826306193,
            "stop": 826306253
        },
        {
            "start": 826306430,
            "stop": 826306790
        },
        {
            "start": 826312654,
            "stop": 826312894
        },
        {
            "start": 826313819,
            "stop": 826313909
        },
        {
            "start": 826314147,
            "stop": 826314447
        },
        {
            "start": 826326104,
            "stop": 826326224
        },
        {
            "start": 826328831,
            "stop": 826328891
        },
        {
            "start": 826329190,
            "stop": 826329310
        },
        {
            "start": 826329743,
            "stop": 826329803
        },
        {
            "start": 826329993,
            "stop": 826330053
        },
        {
            "start": 826330223,
            "stop": 826330403
        },
        {
            "start": 826330727,
            "stop": 826331027
        }
    ]
}