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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5179",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5177",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5178,
    "results": [
        {
            "start": 969790449,
            "stop": 969790619
        },
        {
            "start": 969790622,
            "stop": 969791162
        },
        {
            "start": 969791165,
            "stop": 969791882
        },
        {
            "start": 969791885,
            "stop": 969792156
        },
        {
            "start": 969792159,
            "stop": 969792336
        },
        {
            "start": 969792339,
            "stop": 969792360
        },
        {
            "start": 969792363,
            "stop": 969792475
        },
        {
            "start": 969792478,
            "stop": 969792824
        },
        {
            "start": 969792827,
            "stop": 969793031
        },
        {
            "start": 969793034,
            "stop": 969793118
        },
        {
            "start": 969793178,
            "stop": 969793225
        },
        {
            "start": 969793228,
            "stop": 969793488
        },
        {
            "start": 969793491,
            "stop": 969793507
        },
        {
            "start": 969793510,
            "stop": 969793518
        },
        {
            "start": 969793521,
            "stop": 969793537
        },
        {
            "start": 969793540,
            "stop": 969793565
        },
        {
            "start": 969793568,
            "stop": 969794238
        },
        {
            "start": 969794241,
            "stop": 969794472
        },
        {
            "start": 969794475,
            "stop": 969794730
        },
        {
            "start": 969794733,
            "stop": 969794892
        }
    ]
}