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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9741",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9739",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9740,
    "results": [
        {
            "start": 873406282,
            "stop": 873406339
        },
        {
            "start": 873406342,
            "stop": 873406564
        },
        {
            "start": 873406569,
            "stop": 873406589
        },
        {
            "start": 873406592,
            "stop": 873406744
        },
        {
            "start": 873406747,
            "stop": 873406767
        },
        {
            "start": 873406770,
            "stop": 873406787
        },
        {
            "start": 873406791,
            "stop": 873406982
        },
        {
            "start": 873406985,
            "stop": 873407070
        },
        {
            "start": 873407073,
            "stop": 873407097
        },
        {
            "start": 873407100,
            "stop": 873407146
        },
        {
            "start": 873407152,
            "stop": 873407155
        },
        {
            "start": 873407158,
            "stop": 873407165
        },
        {
            "start": 873407168,
            "stop": 873407170
        },
        {
            "start": 873407173,
            "stop": 873411153
        },
        {
            "start": 873411159,
            "stop": 873411456
        },
        {
            "start": 873411459,
            "stop": 873411799
        },
        {
            "start": 873411803,
            "stop": 873411837
        },
        {
            "start": 873411840,
            "stop": 873411842
        },
        {
            "start": 873411845,
            "stop": 873411851
        },
        {
            "start": 873411854,
            "stop": 873411881
        }
    ]
}