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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=76",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 77,
    "results": [
        {
            "start": 833579601,
            "stop": 833580715
        },
        {
            "start": 833581774,
            "stop": 833641244
        },
        {
            "start": 833658786,
            "stop": 833658805
        },
        {
            "start": 833663350,
            "stop": 833663501
        },
        {
            "start": 833664519,
            "stop": 833667858
        },
        {
            "start": 833668044,
            "stop": 833673703
        },
        {
            "start": 833673965,
            "stop": 833681863
        },
        {
            "start": 833683178,
            "stop": 833731310
        },
        {
            "start": 833732695,
            "stop": 833742354
        },
        {
            "start": 833744663,
            "stop": 833749894
        },
        {
            "start": 833753658,
            "stop": 833753692
        },
        {
            "start": 833754829,
            "stop": 833771873
        },
        {
            "start": 833772852,
            "stop": 833794795
        },
        {
            "start": 833799644,
            "stop": 833811844
        },
        {
            "start": 833812870,
            "stop": 833827566
        },
        {
            "start": 833829294,
            "stop": 833847392
        },
        {
            "start": 833852804,
            "stop": 833869639
        },
        {
            "start": 833871081,
            "stop": 833885547
        },
        {
            "start": 833887062,
            "stop": 833917689
        },
        {
            "start": 833930440,
            "stop": 833936852
        }
    ]
}