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=891
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=892",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=890",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 891,
    "results": [
        {
            "start": 866566475,
            "stop": 866567105
        },
        {
            "start": 866573549,
            "stop": 866573909
        },
        {
            "start": 866574148,
            "stop": 866574328
        },
        {
            "start": 866583194,
            "stop": 866583554
        },
        {
            "start": 866587450,
            "stop": 866592910
        },
        {
            "start": 866593043,
            "stop": 866593583
        },
        {
            "start": 866594839,
            "stop": 866600419
        },
        {
            "start": 866604842,
            "stop": 866604962
        },
        {
            "start": 866609977,
            "stop": 866614357
        },
        {
            "start": 866614579,
            "stop": 866617579
        },
        {
            "start": 866618435,
            "stop": 866626115
        },
        {
            "start": 866626145,
            "stop": 866626205
        },
        {
            "start": 866626325,
            "stop": 866634515
        },
        {
            "start": 866634923,
            "stop": 866641583
        },
        {
            "start": 866641733,
            "stop": 866641883
        },
        {
            "start": 866642045,
            "stop": 866642885
        },
        {
            "start": 866643035,
            "stop": 866644295
        },
        {
            "start": 866644445,
            "stop": 866644865
        },
        {
            "start": 866647684,
            "stop": 866647984
        },
        {
            "start": 866648134,
            "stop": 866650384
        }
    ]
}