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=153
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=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=152",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 153,
    "results": [
        {
            "start": 822987468,
            "stop": 822987768
        },
        {
            "start": 822987942,
            "stop": 822988122
        },
        {
            "start": 822988506,
            "stop": 822988866
        },
        {
            "start": 822989018,
            "stop": 822989078
        },
        {
            "start": 822989434,
            "stop": 822990274
        },
        {
            "start": 822990459,
            "stop": 822991239
        },
        {
            "start": 822991383,
            "stop": 822991563
        },
        {
            "start": 822991880,
            "stop": 822992060
        },
        {
            "start": 822992208,
            "stop": 822992928
        },
        {
            "start": 822993064,
            "stop": 822993724
        },
        {
            "start": 822993878,
            "stop": 822994418
        },
        {
            "start": 822994604,
            "stop": 822994664
        },
        {
            "start": 822995821,
            "stop": 822996061
        },
        {
            "start": 822996255,
            "stop": 822996495
        },
        {
            "start": 822997523,
            "stop": 822997823
        },
        {
            "start": 822997982,
            "stop": 822999482
        },
        {
            "start": 822999654,
            "stop": 823000434
        },
        {
            "start": 823000617,
            "stop": 823000677
        },
        {
            "start": 823000835,
            "stop": 823002515
        },
        {
            "start": 823002690,
            "stop": 823002750
        }
    ]
}