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=4683
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=4684",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4682",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4683,
    "results": [
        {
            "start": 969875193,
            "stop": 969875555
        },
        {
            "start": 969875558,
            "stop": 969875697
        },
        {
            "start": 969875700,
            "stop": 969876132
        },
        {
            "start": 969876135,
            "stop": 969876518
        },
        {
            "start": 969876758,
            "stop": 969876878
        },
        {
            "start": 969876998,
            "stop": 969877058
        },
        {
            "start": 969877178,
            "stop": 969877238
        },
        {
            "start": 969877418,
            "stop": 969877451
        },
        {
            "start": 969877454,
            "stop": 969877478
        },
        {
            "start": 969877598,
            "stop": 969877778
        },
        {
            "start": 969877781,
            "stop": 969877824
        },
        {
            "start": 969877827,
            "stop": 969877879
        },
        {
            "start": 969877882,
            "stop": 969878223
        },
        {
            "start": 969878226,
            "stop": 969878245
        },
        {
            "start": 969878248,
            "stop": 969879231
        },
        {
            "start": 969879234,
            "stop": 969879763
        },
        {
            "start": 969879766,
            "stop": 969880125
        },
        {
            "start": 969880129,
            "stop": 969880253
        },
        {
            "start": 969880256,
            "stop": 969880329
        },
        {
            "start": 969880332,
            "stop": 969881391
        }
    ]
}