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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=140",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 141,
    "results": [
        {
            "start": 932160666,
            "stop": 932160951
        },
        {
            "start": 932160953,
            "stop": 932161138
        },
        {
            "start": 932163376,
            "stop": 932163933
        },
        {
            "start": 932172102,
            "stop": 932172490
        },
        {
            "start": 932172550,
            "stop": 932173041
        },
        {
            "start": 932173045,
            "stop": 932173215
        },
        {
            "start": 932173575,
            "stop": 932173609
        },
        {
            "start": 932173613,
            "stop": 932174379
        },
        {
            "start": 932174381,
            "stop": 932174587
        },
        {
            "start": 932174590,
            "stop": 932174784
        },
        {
            "start": 932174904,
            "stop": 932175944
        },
        {
            "start": 932175946,
            "stop": 932176702
        },
        {
            "start": 932176705,
            "stop": 932176740
        },
        {
            "start": 932177175,
            "stop": 932177259
        },
        {
            "start": 932177261,
            "stop": 932177618
        },
        {
            "start": 932177738,
            "stop": 932178041
        },
        {
            "start": 932187087,
            "stop": 932187414
        },
        {
            "start": 932187416,
            "stop": 932187615
        },
        {
            "start": 932187975,
            "stop": 932188434
        },
        {
            "start": 932188436,
            "stop": 932188601
        }
    ]
}