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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=182",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 183,
    "results": [
        {
            "start": 836763698,
            "stop": 836764044
        },
        {
            "start": 836764048,
            "stop": 836764294
        },
        {
            "start": 836764312,
            "stop": 836764376
        },
        {
            "start": 836764380,
            "stop": 836764405
        },
        {
            "start": 836764409,
            "stop": 836766348
        },
        {
            "start": 836767442,
            "stop": 836769060
        },
        {
            "start": 836769994,
            "stop": 836770308
        },
        {
            "start": 836770312,
            "stop": 836770332
        },
        {
            "start": 836770336,
            "stop": 836771103
        },
        {
            "start": 836773281,
            "stop": 836773317
        },
        {
            "start": 836773321,
            "stop": 836773654
        },
        {
            "start": 836773658,
            "stop": 836776330
        },
        {
            "start": 836777302,
            "stop": 836778264
        },
        {
            "start": 836778272,
            "stop": 836778292
        },
        {
            "start": 836778301,
            "stop": 836778321
        },
        {
            "start": 836778325,
            "stop": 836778330
        },
        {
            "start": 836778334,
            "stop": 836780397
        },
        {
            "start": 836780401,
            "stop": 836781942
        },
        {
            "start": 836781946,
            "stop": 836781966
        },
        {
            "start": 836781970,
            "stop": 836782064
        }
    ]
}