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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=91",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 92,
    "results": [
        {
            "start": 816854682,
            "stop": 816854703
        },
        {
            "start": 816854775,
            "stop": 816854778
        },
        {
            "start": 816854818,
            "stop": 816854848
        },
        {
            "start": 816854868,
            "stop": 816854980
        },
        {
            "start": 816854999,
            "stop": 816855044
        },
        {
            "start": 816855085,
            "stop": 816855117
        },
        {
            "start": 816855166,
            "stop": 816855191
        },
        {
            "start": 816855263,
            "stop": 816855275
        },
        {
            "start": 816855339,
            "stop": 816855383
        },
        {
            "start": 816855414,
            "stop": 816855474
        },
        {
            "start": 816855523,
            "stop": 816855548
        },
        {
            "start": 816855585,
            "stop": 816855682
        },
        {
            "start": 816858141,
            "stop": 816858194
        },
        {
            "start": 816858249,
            "stop": 816858320
        },
        {
            "start": 816858339,
            "stop": 816858343
        },
        {
            "start": 816858427,
            "stop": 816858499
        },
        {
            "start": 816858519,
            "stop": 816858559
        },
        {
            "start": 816858580,
            "stop": 816858609
        },
        {
            "start": 816858635,
            "stop": 816858739
        },
        {
            "start": 816858786,
            "stop": 816858842
        }
    ]
}