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=156
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=157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=155",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 156,
    "results": [
        {
            "start": 816775425,
            "stop": 816775428
        },
        {
            "start": 816775432,
            "stop": 816775467
        },
        {
            "start": 816775471,
            "stop": 816775473
        },
        {
            "start": 816775479,
            "stop": 816775481
        },
        {
            "start": 816775485,
            "stop": 816775486
        },
        {
            "start": 816775490,
            "stop": 816775499
        },
        {
            "start": 816775505,
            "stop": 816775529
        },
        {
            "start": 816775532,
            "stop": 816775536
        },
        {
            "start": 816775549,
            "stop": 816775557
        },
        {
            "start": 816776927,
            "stop": 816776936
        },
        {
            "start": 816776940,
            "stop": 816776950
        },
        {
            "start": 816776956,
            "stop": 816777079
        },
        {
            "start": 816777082,
            "stop": 816777104
        },
        {
            "start": 816777108,
            "stop": 816777110
        },
        {
            "start": 816777115,
            "stop": 816777138
        },
        {
            "start": 816777142,
            "stop": 816777178
        },
        {
            "start": 816777182,
            "stop": 816777185
        },
        {
            "start": 816777189,
            "stop": 816777231
        },
        {
            "start": 816777235,
            "stop": 816777336
        },
        {
            "start": 816777339,
            "stop": 816777352
        }
    ]
}