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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=192",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 193,
    "results": [
        {
            "start": 826331200,
            "stop": 826331560
        },
        {
            "start": 826332559,
            "stop": 826332799
        },
        {
            "start": 826333182,
            "stop": 826333392
        },
        {
            "start": 826333734,
            "stop": 826334154
        },
        {
            "start": 826334345,
            "stop": 826334465
        },
        {
            "start": 826334823,
            "stop": 826334883
        },
        {
            "start": 826335038,
            "stop": 826335128
        },
        {
            "start": 826335428,
            "stop": 826335968
        },
        {
            "start": 826336119,
            "stop": 826336179
        },
        {
            "start": 826336521,
            "stop": 826336761
        },
        {
            "start": 826336911,
            "stop": 826337091
        },
        {
            "start": 826337343,
            "stop": 826338063
        },
        {
            "start": 826338222,
            "stop": 826339002
        },
        {
            "start": 826339173,
            "stop": 826339503
        },
        {
            "start": 826341119,
            "stop": 826341359
        },
        {
            "start": 826343418,
            "stop": 826343838
        },
        {
            "start": 826344051,
            "stop": 826344501
        },
        {
            "start": 826344531,
            "stop": 826344621
        },
        {
            "start": 826344789,
            "stop": 826345149
        },
        {
            "start": 826345313,
            "stop": 826346453
        }
    ]
}