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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=37",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 38,
    "results": [
        {
            "start": 931504310,
            "stop": 931504312
        },
        {
            "start": 931504319,
            "stop": 931504342
        },
        {
            "start": 931504360,
            "stop": 931504362
        },
        {
            "start": 931504379,
            "stop": 931504389
        },
        {
            "start": 931504396,
            "stop": 931504398
        },
        {
            "start": 931504405,
            "stop": 931504414
        },
        {
            "start": 931504421,
            "stop": 931504433
        },
        {
            "start": 931504440,
            "stop": 931504446
        },
        {
            "start": 931504453,
            "stop": 931504455
        },
        {
            "start": 931504462,
            "stop": 931504486
        },
        {
            "start": 931504512,
            "stop": 931504513
        },
        {
            "start": 931504530,
            "stop": 931504534
        },
        {
            "start": 931504551,
            "stop": 931504560
        },
        {
            "start": 931504582,
            "stop": 931504584
        },
        {
            "start": 931504591,
            "stop": 931504610
        },
        {
            "start": 931504617,
            "stop": 931504619
        },
        {
            "start": 931504633,
            "stop": 931504636
        },
        {
            "start": 931504645,
            "stop": 931504647
        },
        {
            "start": 931504666,
            "stop": 931504668
        },
        {
            "start": 931504698,
            "stop": 931504700
        }
    ]
}