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=187
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=188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=186",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 187,
    "results": [
        {
            "start": 816846148,
            "stop": 816846162
        },
        {
            "start": 816846166,
            "stop": 816846183
        },
        {
            "start": 816846197,
            "stop": 816846205
        },
        {
            "start": 816846211,
            "stop": 816846270
        },
        {
            "start": 816846275,
            "stop": 816846322
        },
        {
            "start": 816846327,
            "stop": 816846328
        },
        {
            "start": 816846333,
            "stop": 816846352
        },
        {
            "start": 816846367,
            "stop": 816846401
        },
        {
            "start": 816846405,
            "stop": 816846468
        },
        {
            "start": 816846473,
            "stop": 816846474
        },
        {
            "start": 816846480,
            "stop": 816846481
        },
        {
            "start": 816846485,
            "stop": 816846486
        },
        {
            "start": 816846491,
            "stop": 816846493
        },
        {
            "start": 816846505,
            "stop": 816846513
        },
        {
            "start": 816846526,
            "stop": 816846527
        },
        {
            "start": 816846532,
            "stop": 816846570
        },
        {
            "start": 816846576,
            "stop": 816846579
        },
        {
            "start": 816846589,
            "stop": 816846591
        },
        {
            "start": 816846596,
            "stop": 816846652
        },
        {
            "start": 816846656,
            "stop": 816846659
        }
    ]
}