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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8679",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8677",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8678,
    "results": [
        {
            "start": 871862130,
            "stop": 871862559
        },
        {
            "start": 871862576,
            "stop": 871862989
        },
        {
            "start": 871863006,
            "stop": 871863135
        },
        {
            "start": 871863255,
            "stop": 871863399
        },
        {
            "start": 871863416,
            "stop": 871863790
        },
        {
            "start": 871863910,
            "stop": 871864032
        },
        {
            "start": 871864049,
            "stop": 871864633
        },
        {
            "start": 871864753,
            "stop": 871865160
        },
        {
            "start": 871865220,
            "stop": 871867130
        },
        {
            "start": 871867270,
            "stop": 871867355
        },
        {
            "start": 871867372,
            "stop": 871868510
        },
        {
            "start": 871868590,
            "stop": 871870550
        },
        {
            "start": 871870630,
            "stop": 871871057
        },
        {
            "start": 871871074,
            "stop": 871871492
        },
        {
            "start": 871871612,
            "stop": 871871666
        },
        {
            "start": 871871683,
            "stop": 871876127
        },
        {
            "start": 871876247,
            "stop": 871880191
        },
        {
            "start": 871880311,
            "stop": 871881646
        },
        {
            "start": 871881663,
            "stop": 871883147
        },
        {
            "start": 871883164,
            "stop": 871884497
        }
    ]
}