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=4803
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=4804",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4802",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4803,
    "results": [
        {
            "start": 970762301,
            "stop": 970762349
        },
        {
            "start": 970762353,
            "stop": 970762429
        },
        {
            "start": 970762432,
            "stop": 970762452
        },
        {
            "start": 970762455,
            "stop": 970762671
        },
        {
            "start": 970762674,
            "stop": 970762721
        },
        {
            "start": 970762724,
            "stop": 970762821
        },
        {
            "start": 970762824,
            "stop": 970762826
        },
        {
            "start": 970762829,
            "stop": 970762861
        },
        {
            "start": 970762864,
            "stop": 970762983
        },
        {
            "start": 970762986,
            "stop": 970763164
        },
        {
            "start": 970763167,
            "stop": 970763170
        },
        {
            "start": 970763176,
            "stop": 970763196
        },
        {
            "start": 970763784,
            "stop": 970764020
        },
        {
            "start": 970764037,
            "stop": 970764561
        },
        {
            "start": 970764582,
            "stop": 970765059
        },
        {
            "start": 970765062,
            "stop": 970766504
        },
        {
            "start": 970766507,
            "stop": 970766798
        },
        {
            "start": 970766801,
            "stop": 970766964
        },
        {
            "start": 970766967,
            "stop": 970767564
        },
        {
            "start": 970767567,
            "stop": 970768763
        }
    ]
}