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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=97",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 98,
    "results": [
        {
            "start": 932296613,
            "stop": 932296693
        },
        {
            "start": 932296724,
            "stop": 932296747
        },
        {
            "start": 932296752,
            "stop": 932296763
        },
        {
            "start": 932296768,
            "stop": 932296783
        },
        {
            "start": 932296802,
            "stop": 932296972
        },
        {
            "start": 932296977,
            "stop": 932297034
        },
        {
            "start": 932297054,
            "stop": 932297057
        },
        {
            "start": 932297079,
            "stop": 932297088
        },
        {
            "start": 932308410,
            "stop": 932313873
        },
        {
            "start": 932313878,
            "stop": 932314476
        },
        {
            "start": 932314481,
            "stop": 932315358
        },
        {
            "start": 932317030,
            "stop": 932318187
        },
        {
            "start": 932318474,
            "stop": 932320998
        },
        {
            "start": 932320999,
            "stop": 932321051
        },
        {
            "start": 932323346,
            "stop": 932326879
        },
        {
            "start": 932326884,
            "stop": 932327032
        },
        {
            "start": 932327037,
            "stop": 932328422
        },
        {
            "start": 932328427,
            "stop": 932328933
        },
        {
            "start": 932329813,
            "stop": 932340573
        },
        {
            "start": 932341069,
            "stop": 932341202
        }
    ]
}