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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33156",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33154",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33155,
    "results": [
        {
            "start": 970603397,
            "stop": 970603429
        },
        {
            "start": 970603432,
            "stop": 970603499
        },
        {
            "start": 970603501,
            "stop": 970603536
        },
        {
            "start": 970603537,
            "stop": 970603550
        },
        {
            "start": 970603551,
            "stop": 970603553
        },
        {
            "start": 970603555,
            "stop": 970603572
        },
        {
            "start": 970603574,
            "stop": 970603598
        },
        {
            "start": 970603601,
            "stop": 970603614
        },
        {
            "start": 970603615,
            "stop": 970603654
        },
        {
            "start": 970603657,
            "stop": 970603692
        },
        {
            "start": 970603694,
            "stop": 970603713
        },
        {
            "start": 970603714,
            "stop": 970603740
        },
        {
            "start": 970603743,
            "stop": 970603773
        },
        {
            "start": 970603776,
            "stop": 970603779
        },
        {
            "start": 970603780,
            "stop": 970603782
        },
        {
            "start": 970603783,
            "stop": 970603788
        },
        {
            "start": 970603790,
            "stop": 970603794
        },
        {
            "start": 970603796,
            "stop": 970603800
        },
        {
            "start": 970603801,
            "stop": 970603807
        },
        {
            "start": 970603808,
            "stop": 970603830
        }
    ]
}