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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=296",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 297,
    "results": [
        {
            "start": 858516078,
            "stop": 858524087
        },
        {
            "start": 858524108,
            "stop": 858525684
        },
        {
            "start": 858525708,
            "stop": 858525712
        },
        {
            "start": 858525758,
            "stop": 858525759
        },
        {
            "start": 858525781,
            "stop": 858528274
        },
        {
            "start": 858529261,
            "stop": 858531382
        },
        {
            "start": 858531403,
            "stop": 858531592
        },
        {
            "start": 858531611,
            "stop": 858531817
        },
        {
            "start": 858532154,
            "stop": 858533444
        },
        {
            "start": 858533466,
            "stop": 858533549
        },
        {
            "start": 858533571,
            "stop": 858535136
        },
        {
            "start": 858535758,
            "stop": 858539787
        },
        {
            "start": 858539808,
            "stop": 858540045
        },
        {
            "start": 858540064,
            "stop": 858540697
        },
        {
            "start": 858540736,
            "stop": 858541503
        },
        {
            "start": 858541524,
            "stop": 858555779
        },
        {
            "start": 858557039,
            "stop": 858561009
        },
        {
            "start": 858561031,
            "stop": 858561067
        },
        {
            "start": 858561088,
            "stop": 858563162
        },
        {
            "start": 858563180,
            "stop": 858594179
        }
    ]
}