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=134
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=135",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=133",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 134,
    "results": [
        {
            "start": 932727969,
            "stop": 932728030
        },
        {
            "start": 932728049,
            "stop": 932728073
        },
        {
            "start": 932728109,
            "stop": 932728119
        },
        {
            "start": 932728144,
            "stop": 932728156
        },
        {
            "start": 932728205,
            "stop": 932728207
        },
        {
            "start": 932728226,
            "stop": 932728228
        },
        {
            "start": 932728250,
            "stop": 932728255
        },
        {
            "start": 932728310,
            "stop": 932728431
        },
        {
            "start": 932728451,
            "stop": 932728467
        },
        {
            "start": 932728486,
            "stop": 932728805
        },
        {
            "start": 932728824,
            "stop": 932728888
        },
        {
            "start": 932728894,
            "stop": 932729114
        },
        {
            "start": 932729138,
            "stop": 932729193
        },
        {
            "start": 932729212,
            "stop": 932729389
        },
        {
            "start": 932729408,
            "stop": 932729434
        },
        {
            "start": 932729453,
            "stop": 932729558
        },
        {
            "start": 932729588,
            "stop": 932729610
        },
        {
            "start": 932729629,
            "stop": 932729640
        },
        {
            "start": 932729659,
            "stop": 932729672
        },
        {
            "start": 932729691,
            "stop": 932729718
        }
    ]
}