Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=105
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=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=104",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 105,
    "results": [
        {
            "start": 833754829,
            "stop": 833756546
        },
        {
            "start": 833756561,
            "stop": 833756566
        },
        {
            "start": 833756574,
            "stop": 833771872
        },
        {
            "start": 833772852,
            "stop": 833794763
        },
        {
            "start": 833794770,
            "stop": 833794795
        },
        {
            "start": 833799644,
            "stop": 833807524
        },
        {
            "start": 833807531,
            "stop": 833811842
        },
        {
            "start": 833812870,
            "stop": 833815603
        },
        {
            "start": 833815615,
            "stop": 833827566
        },
        {
            "start": 833829294,
            "stop": 833836645
        },
        {
            "start": 833836653,
            "stop": 833845587
        },
        {
            "start": 833845600,
            "stop": 833845613
        },
        {
            "start": 833845621,
            "stop": 833845625
        },
        {
            "start": 833845639,
            "stop": 833847392
        },
        {
            "start": 833852804,
            "stop": 833868631
        },
        {
            "start": 833868639,
            "stop": 833869639
        },
        {
            "start": 833871081,
            "stop": 833885545
        },
        {
            "start": 833887062,
            "stop": 833917689
        },
        {
            "start": 833930440,
            "stop": 833936851
        },
        {
            "start": 833938933,
            "stop": 833947514
        }
    ]
}