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/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2270
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2269",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2270,
    "results": [
        {
            "start": 873597159,
            "stop": 873597256
        },
        {
            "start": 873597289,
            "stop": 873597318
        },
        {
            "start": 873597337,
            "stop": 873597497
        },
        {
            "start": 873597515,
            "stop": 873597838
        },
        {
            "start": 873597865,
            "stop": 873597869
        },
        {
            "start": 873597890,
            "stop": 873597948
        },
        {
            "start": 873597972,
            "stop": 873600125
        },
        {
            "start": 873600144,
            "stop": 873600510
        },
        {
            "start": 873600529,
            "stop": 873600611
        },
        {
            "start": 873600630,
            "stop": 873601620
        },
        {
            "start": 873601648,
            "stop": 873601672
        },
        {
            "start": 873601697,
            "stop": 873601925
        },
        {
            "start": 873601947,
            "stop": 873602018
        },
        {
            "start": 873602042,
            "stop": 873602087
        },
        {
            "start": 873602113,
            "stop": 873602365
        },
        {
            "start": 873602389,
            "stop": 873602399
        },
        {
            "start": 873602418,
            "stop": 873602429
        },
        {
            "start": 873602448,
            "stop": 873602461
        },
        {
            "start": 873602493,
            "stop": 873602653
        },
        {
            "start": 873602672,
            "stop": 873602685
        }
    ]
}