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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=108",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 109,
    "results": [
        {
            "start": 825911846,
            "stop": 825911848
        },
        {
            "start": 825911852,
            "stop": 825911861
        },
        {
            "start": 825911865,
            "stop": 825911867
        },
        {
            "start": 825911900,
            "stop": 825911912
        },
        {
            "start": 825911946,
            "stop": 825911961
        },
        {
            "start": 825911969,
            "stop": 825911980
        },
        {
            "start": 825911984,
            "stop": 825911995
        },
        {
            "start": 825911998,
            "stop": 825912019
        },
        {
            "start": 825912023,
            "stop": 825912078
        },
        {
            "start": 825912101,
            "stop": 825912105
        },
        {
            "start": 825912111,
            "stop": 825912131
        },
        {
            "start": 825912140,
            "stop": 825912184
        },
        {
            "start": 825912198,
            "stop": 825912235
        },
        {
            "start": 825912240,
            "stop": 825912271
        },
        {
            "start": 825912274,
            "stop": 825912320
        },
        {
            "start": 825912333,
            "stop": 825912339
        },
        {
            "start": 825912343,
            "stop": 825912349
        },
        {
            "start": 825912365,
            "stop": 825912417
        },
        {
            "start": 825912421,
            "stop": 825912436
        },
        {
            "start": 825912440,
            "stop": 825913273
        }
    ]
}