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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=297",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 298,
    "results": [
        {
            "start": 935398747,
            "stop": 935398815
        },
        {
            "start": 935399055,
            "stop": 935400211
        },
        {
            "start": 935400214,
            "stop": 935401759
        },
        {
            "start": 935401762,
            "stop": 935402415
        },
        {
            "start": 935402655,
            "stop": 935403297
        },
        {
            "start": 935403315,
            "stop": 935403723
        },
        {
            "start": 935403725,
            "stop": 935404048
        },
        {
            "start": 935404051,
            "stop": 935404683
        },
        {
            "start": 935404685,
            "stop": 935404908
        },
        {
            "start": 935404910,
            "stop": 935405253
        },
        {
            "start": 935405256,
            "stop": 935405631
        },
        {
            "start": 935405633,
            "stop": 935406015
        },
        {
            "start": 935406195,
            "stop": 935406206
        },
        {
            "start": 935406212,
            "stop": 935406217
        },
        {
            "start": 935406219,
            "stop": 935406238
        },
        {
            "start": 935406241,
            "stop": 935406247
        },
        {
            "start": 935406250,
            "stop": 935406256
        },
        {
            "start": 935406258,
            "stop": 935406270
        },
        {
            "start": 935406276,
            "stop": 935406829
        },
        {
            "start": 935406831,
            "stop": 935407004
        }
    ]
}