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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=173",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 174,
    "results": [
        {
            "start": 819521606,
            "stop": 819523212
        },
        {
            "start": 819523332,
            "stop": 819527232
        },
        {
            "start": 819527264,
            "stop": 819535363
        },
        {
            "start": 819535544,
            "stop": 819536383
        },
        {
            "start": 819536564,
            "stop": 819538528
        },
        {
            "start": 819538560,
            "stop": 819542499
        },
        {
            "start": 819542502,
            "stop": 819546410
        },
        {
            "start": 819546413,
            "stop": 819549480
        },
        {
            "start": 819549483,
            "stop": 819550656
        },
        {
            "start": 819550688,
            "stop": 819552599
        },
        {
            "start": 819552719,
            "stop": 819553787
        },
        {
            "start": 819553804,
            "stop": 819553897
        },
        {
            "start": 819553900,
            "stop": 819554816
        },
        {
            "start": 819554848,
            "stop": 819554914
        },
        {
            "start": 819554918,
            "stop": 819555343
        },
        {
            "start": 819555524,
            "stop": 819555918
        },
        {
            "start": 819556754,
            "stop": 819557075
        },
        {
            "start": 819557681,
            "stop": 819558376
        },
        {
            "start": 819558379,
            "stop": 819559375
        },
        {
            "start": 819559378,
            "stop": 819561154
        }
    ]
}