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=4753
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=4754",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4752",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4753,
    "results": [
        {
            "start": 970234217,
            "stop": 970234306
        },
        {
            "start": 970234309,
            "stop": 970234538
        },
        {
            "start": 970234541,
            "stop": 970234598
        },
        {
            "start": 970234718,
            "stop": 970234905
        },
        {
            "start": 970234908,
            "stop": 970234912
        },
        {
            "start": 970234915,
            "stop": 970234976
        },
        {
            "start": 970234979,
            "stop": 970235100
        },
        {
            "start": 970235103,
            "stop": 970235243
        },
        {
            "start": 970235246,
            "stop": 970235326
        },
        {
            "start": 970235348,
            "stop": 970235470
        },
        {
            "start": 970235473,
            "stop": 970235556
        },
        {
            "start": 970235559,
            "stop": 970235613
        },
        {
            "start": 970235616,
            "stop": 970235628
        },
        {
            "start": 970235631,
            "stop": 970235764
        },
        {
            "start": 970235767,
            "stop": 970235811
        },
        {
            "start": 970235814,
            "stop": 970235906
        },
        {
            "start": 970235927,
            "stop": 970235948
        },
        {
            "start": 970235951,
            "stop": 970235991
        },
        {
            "start": 970235994,
            "stop": 970236098
        },
        {
            "start": 970242799,
            "stop": 970242932
        }
    ]
}