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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=258",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 259,
    "results": [
        {
            "start": 931604846,
            "stop": 931604903
        },
        {
            "start": 931604904,
            "stop": 931604905
        },
        {
            "start": 931604908,
            "stop": 931605016
        },
        {
            "start": 931605017,
            "stop": 931605037
        },
        {
            "start": 931605038,
            "stop": 931605098
        },
        {
            "start": 931605099,
            "stop": 931605176
        },
        {
            "start": 931605177,
            "stop": 931605236
        },
        {
            "start": 931605237,
            "stop": 931605251
        },
        {
            "start": 931605253,
            "stop": 931605264
        },
        {
            "start": 931605266,
            "stop": 931605360
        },
        {
            "start": 931605361,
            "stop": 931605436
        },
        {
            "start": 931605437,
            "stop": 931605495
        },
        {
            "start": 931605497,
            "stop": 931605626
        },
        {
            "start": 931605628,
            "stop": 931605708
        },
        {
            "start": 931605709,
            "stop": 931605752
        },
        {
            "start": 931605754,
            "stop": 931605774
        },
        {
            "start": 931605776,
            "stop": 931605897
        },
        {
            "start": 931605898,
            "stop": 931605969
        },
        {
            "start": 931605971,
            "stop": 931606000
        },
        {
            "start": 931606001,
            "stop": 931606010
        }
    ]
}