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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9853",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9851",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9852,
    "results": [
        {
            "start": 874234057,
            "stop": 874234087
        },
        {
            "start": 874234090,
            "stop": 874234345
        },
        {
            "start": 874234348,
            "stop": 874234479
        },
        {
            "start": 874234482,
            "stop": 874234794
        },
        {
            "start": 874234797,
            "stop": 874234860
        },
        {
            "start": 874234863,
            "stop": 874235144
        },
        {
            "start": 874235147,
            "stop": 874235159
        },
        {
            "start": 874235162,
            "stop": 874235167
        },
        {
            "start": 874235170,
            "stop": 874235258
        },
        {
            "start": 874235268,
            "stop": 874235269
        },
        {
            "start": 874235277,
            "stop": 874235283
        },
        {
            "start": 874235295,
            "stop": 874235298
        },
        {
            "start": 874235303,
            "stop": 874235309
        },
        {
            "start": 874235312,
            "stop": 874235419
        },
        {
            "start": 874235422,
            "stop": 874235468
        },
        {
            "start": 874235475,
            "stop": 874235476
        },
        {
            "start": 874235479,
            "stop": 874235496
        },
        {
            "start": 874235500,
            "stop": 874235506
        },
        {
            "start": 874235511,
            "stop": 874235523
        },
        {
            "start": 874235527,
            "stop": 874235531
        }
    ]
}