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=104
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=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=103",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 104,
    "results": [
        {
            "start": 833575172,
            "stop": 833576874
        },
        {
            "start": 833577952,
            "stop": 833578465
        },
        {
            "start": 833579601,
            "stop": 833580708
        },
        {
            "start": 833581774,
            "stop": 833582205
        },
        {
            "start": 833582211,
            "stop": 833586780
        },
        {
            "start": 833586786,
            "stop": 833618694
        },
        {
            "start": 833618700,
            "stop": 833641244
        },
        {
            "start": 833658786,
            "stop": 833658804
        },
        {
            "start": 833663350,
            "stop": 833663498
        },
        {
            "start": 833664519,
            "stop": 833667699
        },
        {
            "start": 833667713,
            "stop": 833667858
        },
        {
            "start": 833668044,
            "stop": 833673703
        },
        {
            "start": 833673965,
            "stop": 833681857
        },
        {
            "start": 833683178,
            "stop": 833706669
        },
        {
            "start": 833706675,
            "stop": 833728666
        },
        {
            "start": 833728677,
            "stop": 833731310
        },
        {
            "start": 833732695,
            "stop": 833742352
        },
        {
            "start": 833744663,
            "stop": 833748401
        },
        {
            "start": 833748408,
            "stop": 833749894
        },
        {
            "start": 833753658,
            "stop": 833753691
        }
    ]
}