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=73
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=74",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=72",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 73,
    "results": [
        {
            "start": 931594462,
            "stop": 931594466
        },
        {
            "start": 931594473,
            "stop": 931594474
        },
        {
            "start": 931594495,
            "stop": 931594502
        },
        {
            "start": 931594510,
            "stop": 931594512
        },
        {
            "start": 931594519,
            "stop": 931594529
        },
        {
            "start": 931594551,
            "stop": 931594561
        },
        {
            "start": 931594567,
            "stop": 931594568
        },
        {
            "start": 931594575,
            "stop": 931594583
        },
        {
            "start": 931594590,
            "stop": 931594604
        },
        {
            "start": 931594611,
            "stop": 931594619
        },
        {
            "start": 931594626,
            "stop": 931594653
        },
        {
            "start": 931594660,
            "stop": 931594661
        },
        {
            "start": 931594673,
            "stop": 931594684
        },
        {
            "start": 931594691,
            "stop": 931594693
        },
        {
            "start": 931594707,
            "stop": 931594722
        },
        {
            "start": 931594733,
            "stop": 931594739
        },
        {
            "start": 931594755,
            "stop": 931594765
        },
        {
            "start": 931594774,
            "stop": 931594776
        },
        {
            "start": 931594783,
            "stop": 931594802
        },
        {
            "start": 931594814,
            "stop": 931594819
        }
    ]
}