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=301
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=302",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=300",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 301,
    "results": [
        {
            "start": 931725526,
            "stop": 931725527
        },
        {
            "start": 931725528,
            "stop": 931725530
        },
        {
            "start": 931725532,
            "stop": 931725533
        },
        {
            "start": 931725554,
            "stop": 931725556
        },
        {
            "start": 931725560,
            "stop": 931725561
        },
        {
            "start": 931729363,
            "stop": 931729370
        },
        {
            "start": 931729374,
            "stop": 931729378
        },
        {
            "start": 931729379,
            "stop": 931729381
        },
        {
            "start": 931729383,
            "stop": 931729395
        },
        {
            "start": 931729397,
            "stop": 931729404
        },
        {
            "start": 931729405,
            "stop": 931729412
        },
        {
            "start": 931729414,
            "stop": 931729415
        },
        {
            "start": 931729417,
            "stop": 931729429
        },
        {
            "start": 931729430,
            "stop": 931729432
        },
        {
            "start": 931729433,
            "stop": 931729435
        },
        {
            "start": 931729439,
            "stop": 931729440
        },
        {
            "start": 931729443,
            "stop": 931729446
        },
        {
            "start": 931729447,
            "stop": 931729454
        },
        {
            "start": 931729456,
            "stop": 931729514
        },
        {
            "start": 931729515,
            "stop": 931729529
        }
    ]
}