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=847
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=848",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=846",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 847,
    "results": [
        {
            "start": 962909558,
            "stop": 962910335
        },
        {
            "start": 962914189,
            "stop": 962914290
        },
        {
            "start": 962914296,
            "stop": 962914378
        },
        {
            "start": 962914383,
            "stop": 962914427
        },
        {
            "start": 962914433,
            "stop": 962914481
        },
        {
            "start": 962914486,
            "stop": 962914501
        },
        {
            "start": 962914507,
            "stop": 962914526
        },
        {
            "start": 962914531,
            "stop": 962914538
        },
        {
            "start": 962914544,
            "stop": 962914549
        },
        {
            "start": 962914560,
            "stop": 962914585
        },
        {
            "start": 962914590,
            "stop": 962914630
        },
        {
            "start": 962914639,
            "stop": 962914747
        },
        {
            "start": 962914753,
            "stop": 962914766
        },
        {
            "start": 962914772,
            "stop": 962914878
        },
        {
            "start": 962914884,
            "stop": 962914893
        },
        {
            "start": 962914898,
            "stop": 962917352
        },
        {
            "start": 962917358,
            "stop": 962917416
        },
        {
            "start": 962917422,
            "stop": 962917452
        },
        {
            "start": 962917457,
            "stop": 962917498
        },
        {
            "start": 962917504,
            "stop": 962917505
        }
    ]
}