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=182
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=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=181",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 182,
    "results": [
        {
            "start": 816843470,
            "stop": 816843503
        },
        {
            "start": 816843507,
            "stop": 816843556
        },
        {
            "start": 816843561,
            "stop": 816843578
        },
        {
            "start": 816843585,
            "stop": 816843588
        },
        {
            "start": 816843603,
            "stop": 816843609
        },
        {
            "start": 816843622,
            "stop": 816843632
        },
        {
            "start": 816843638,
            "stop": 816843640
        },
        {
            "start": 816843645,
            "stop": 816843685
        },
        {
            "start": 816843690,
            "stop": 816843693
        },
        {
            "start": 816843699,
            "stop": 816843720
        },
        {
            "start": 816843724,
            "stop": 816843865
        },
        {
            "start": 816843871,
            "stop": 816843872
        },
        {
            "start": 816843878,
            "stop": 816843879
        },
        {
            "start": 816843890,
            "stop": 816843892
        },
        {
            "start": 816843898,
            "stop": 816843899
        },
        {
            "start": 816843904,
            "stop": 816843940
        },
        {
            "start": 816843946,
            "stop": 816843949
        },
        {
            "start": 816843957,
            "stop": 816843959
        },
        {
            "start": 816843964,
            "stop": 816843966
        },
        {
            "start": 816843970,
            "stop": 816843979
        }
    ]
}