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=44
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=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=43",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 44,
    "results": [
        {
            "start": 818415862,
            "stop": 818416642
        },
        {
            "start": 818417488,
            "stop": 818417548
        },
        {
            "start": 818418270,
            "stop": 818418510
        },
        {
            "start": 818422250,
            "stop": 818424410
        },
        {
            "start": 818424560,
            "stop": 818425520
        },
        {
            "start": 818425691,
            "stop": 818425811
        },
        {
            "start": 818425986,
            "stop": 818426286
        },
        {
            "start": 818426456,
            "stop": 818426636
        },
        {
            "start": 818426907,
            "stop": 818426997
        },
        {
            "start": 818469256,
            "stop": 818469676
        },
        {
            "start": 818469865,
            "stop": 818469925
        },
        {
            "start": 818470150,
            "stop": 818470390
        },
        {
            "start": 818470564,
            "stop": 818470624
        },
        {
            "start": 818470818,
            "stop": 818471118
        },
        {
            "start": 818471293,
            "stop": 818471593
        },
        {
            "start": 818471764,
            "stop": 818471944
        },
        {
            "start": 818472102,
            "stop": 818472402
        },
        {
            "start": 818472552,
            "stop": 818472912
        },
        {
            "start": 818473226,
            "stop": 818474126
        },
        {
            "start": 818474349,
            "stop": 818474589
        }
    ]
}