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=174
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=175",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=173",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 174,
    "results": [
        {
            "start": 932965478,
            "stop": 932965571
        },
        {
            "start": 932965590,
            "stop": 932965626
        },
        {
            "start": 932965663,
            "stop": 932965664
        },
        {
            "start": 932965718,
            "stop": 932965719
        },
        {
            "start": 932965737,
            "stop": 932965741
        },
        {
            "start": 932965789,
            "stop": 932965793
        },
        {
            "start": 932965834,
            "stop": 932965850
        },
        {
            "start": 932965924,
            "stop": 932965962
        },
        {
            "start": 932966037,
            "stop": 932966041
        },
        {
            "start": 932966078,
            "stop": 932966084
        },
        {
            "start": 932966116,
            "stop": 932966118
        },
        {
            "start": 932966137,
            "stop": 932966139
        },
        {
            "start": 932966178,
            "stop": 932966264
        },
        {
            "start": 932966331,
            "stop": 932966357
        },
        {
            "start": 932966391,
            "stop": 932966392
        },
        {
            "start": 932966420,
            "stop": 932966441
        },
        {
            "start": 932966496,
            "stop": 932966499
        },
        {
            "start": 932966566,
            "stop": 932966568
        },
        {
            "start": 932966659,
            "stop": 932966662
        },
        {
            "start": 932966721,
            "stop": 932966731
        }
    ]
}