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=901
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=902",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=900",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 901,
    "results": [
        {
            "start": 867254499,
            "stop": 867256179
        },
        {
            "start": 867256369,
            "stop": 867258889
        },
        {
            "start": 867259078,
            "stop": 867266638
        },
        {
            "start": 867273550,
            "stop": 867273970
        },
        {
            "start": 867274000,
            "stop": 867274060
        },
        {
            "start": 867274150,
            "stop": 867274360
        },
        {
            "start": 867274390,
            "stop": 867274570
        },
        {
            "start": 867274600,
            "stop": 867274660
        },
        {
            "start": 867274780,
            "stop": 867275200
        },
        {
            "start": 867283980,
            "stop": 867284850
        },
        {
            "start": 867284880,
            "stop": 867285180
        },
        {
            "start": 867285270,
            "stop": 867285450
        },
        {
            "start": 867289058,
            "stop": 867291098
        },
        {
            "start": 867291312,
            "stop": 867298872
        },
        {
            "start": 867300180,
            "stop": 867308100
        },
        {
            "start": 867309498,
            "stop": 867313698
        },
        {
            "start": 867313973,
            "stop": 867319673
        },
        {
            "start": 867320594,
            "stop": 867326894
        },
        {
            "start": 867328083,
            "stop": 867336723
        },
        {
            "start": 867336940,
            "stop": 867337900
        }
    ]
}