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=154
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=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=153",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 154,
    "results": [
        {
            "start": 816769002,
            "stop": 816769064
        },
        {
            "start": 816769068,
            "stop": 816769072
        },
        {
            "start": 816769076,
            "stop": 816769318
        },
        {
            "start": 816769322,
            "stop": 816769323
        },
        {
            "start": 816769329,
            "stop": 816769330
        },
        {
            "start": 816769333,
            "stop": 816769337
        },
        {
            "start": 816769343,
            "stop": 816769415
        },
        {
            "start": 816769418,
            "stop": 816769440
        },
        {
            "start": 816771575,
            "stop": 816771594
        },
        {
            "start": 816771598,
            "stop": 816771601
        },
        {
            "start": 816771604,
            "stop": 816771622
        },
        {
            "start": 816771632,
            "stop": 816771634
        },
        {
            "start": 816771657,
            "stop": 816771660
        },
        {
            "start": 816771665,
            "stop": 816771666
        },
        {
            "start": 816771671,
            "stop": 816771672
        },
        {
            "start": 816772426,
            "stop": 816772498
        },
        {
            "start": 816772502,
            "stop": 816772506
        },
        {
            "start": 816772510,
            "stop": 816772514
        },
        {
            "start": 816772518,
            "stop": 816772539
        },
        {
            "start": 816772544,
            "stop": 816772547
        }
    ]
}