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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9833",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9831",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9832,
    "results": [
        {
            "start": 873897225,
            "stop": 873898507
        },
        {
            "start": 873898524,
            "stop": 873899357
        },
        {
            "start": 873899374,
            "stop": 873899443
        },
        {
            "start": 873899460,
            "stop": 873899819
        },
        {
            "start": 873899836,
            "stop": 873900253
        },
        {
            "start": 873900270,
            "stop": 873902406
        },
        {
            "start": 873902423,
            "stop": 873902623
        },
        {
            "start": 873902640,
            "stop": 873902836
        },
        {
            "start": 873902853,
            "stop": 873902974
        },
        {
            "start": 873903094,
            "stop": 873903196
        },
        {
            "start": 873903316,
            "stop": 873903617
        },
        {
            "start": 873903941,
            "stop": 873904130
        },
        {
            "start": 873904147,
            "stop": 873904500
        },
        {
            "start": 873904560,
            "stop": 873905588
        },
        {
            "start": 873905605,
            "stop": 873906230
        },
        {
            "start": 873906247,
            "stop": 873906757
        },
        {
            "start": 873906778,
            "stop": 873906780
        },
        {
            "start": 873906900,
            "stop": 873909434
        },
        {
            "start": 873909451,
            "stop": 873909802
        },
        {
            "start": 873909819,
            "stop": 873910260
        }
    ]
}