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_H1L1/segments?format=api&page=143
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_H1L1/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=142",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 143,
    "results": [
        {
            "start": 822978912,
            "stop": 822978972
        },
        {
            "start": 822987089,
            "stop": 822987149
        },
        {
            "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": 822991910,
            "stop": 822992060
        },
        {
            "start": 822992208,
            "stop": 822992928
        },
        {
            "start": 822993084,
            "stop": 822993444
        },
        {
            "start": 822993878,
            "stop": 822994418
        },
        {
            "start": 822994581,
            "stop": 822994731
        },
        {
            "start": 822994881,
            "stop": 822996081
        },
        {
            "start": 822996255,
            "stop": 822996495
        },
        {
            "start": 822997523,
            "stop": 822997823
        },
        {
            "start": 822997982,
            "stop": 822999482
        },
        {
            "start": 822999654,
            "stop": 823000434
        },
        {
            "start": 823000617,
            "stop": 823000677
        }
    ]
}