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=385
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=386",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=384",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 385,
    "results": [
        {
            "start": 836536751,
            "stop": 836538011
        },
        {
            "start": 836538041,
            "stop": 836539121
        },
        {
            "start": 836539241,
            "stop": 836542031
        },
        {
            "start": 836543188,
            "stop": 836546068
        },
        {
            "start": 836546220,
            "stop": 836550900
        },
        {
            "start": 836554495,
            "stop": 836554555
        },
        {
            "start": 836555463,
            "stop": 836555703
        },
        {
            "start": 836555857,
            "stop": 836558437
        },
        {
            "start": 836558837,
            "stop": 836562137
        },
        {
            "start": 836563718,
            "stop": 836565878
        },
        {
            "start": 836566049,
            "stop": 836566769
        },
        {
            "start": 836567662,
            "stop": 836570722
        },
        {
            "start": 836570872,
            "stop": 836574562
        },
        {
            "start": 836576581,
            "stop": 836577661
        },
        {
            "start": 836577869,
            "stop": 836582489
        },
        {
            "start": 836583156,
            "stop": 836584056
        },
        {
            "start": 836584277,
            "stop": 836589137
        },
        {
            "start": 836589281,
            "stop": 836591801
        },
        {
            "start": 836591943,
            "stop": 836592663
        },
        {
            "start": 836593402,
            "stop": 836593702
        }
    ]
}