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=351
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=352",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=350",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 351,
    "results": [
        {
            "start": 931788628,
            "stop": 931788629
        },
        {
            "start": 931788644,
            "stop": 931788645
        },
        {
            "start": 931788648,
            "stop": 931788649
        },
        {
            "start": 931788652,
            "stop": 931788654
        },
        {
            "start": 931788659,
            "stop": 931788664
        },
        {
            "start": 931788666,
            "stop": 931788668
        },
        {
            "start": 931788670,
            "stop": 931788674
        },
        {
            "start": 931788684,
            "stop": 931788685
        },
        {
            "start": 931788689,
            "stop": 931788690
        },
        {
            "start": 931788704,
            "stop": 931788709
        },
        {
            "start": 931788711,
            "stop": 931788715
        },
        {
            "start": 931788717,
            "stop": 931788719
        },
        {
            "start": 931788721,
            "stop": 931788724
        },
        {
            "start": 931788725,
            "stop": 931788730
        },
        {
            "start": 931788738,
            "stop": 931788740
        },
        {
            "start": 931788744,
            "stop": 931788745
        },
        {
            "start": 931788749,
            "stop": 931788750
        },
        {
            "start": 931788752,
            "stop": 931788755
        },
        {
            "start": 931788757,
            "stop": 931788763
        },
        {
            "start": 931788767,
            "stop": 931788772
        }
    ]
}